#d6d02a

Color #D6D02A Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #D6D02A

Tints of Barberry #D6D02A

Color information

#D6D02A (or 0xD6D02A) is unknown color: approx Barberry. HEX triplet: D6, D0 and 2A. RGB value is (214,208,42). Sum of RGB (Red+Green+Blue) = 214+208+42=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 208 (81.64% from 255 or 44.83% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D02A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D02A is #292FD5. Grayscale: #BFBFBF. Windows color (decimal): -2699222 or 2805974. OLE color: 2805974.

HSL color Cylindrical-coordinate representation of color #D6D02A: hue angle of 57.91º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6D02A is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB21420842-
CMYK00.030.800.16
HSL57.91º67.72%50.2%-
HSV(B)57.91º80.37%83.92%-
XYZ50.7159.5811.02-
YUV190.8743.99144.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 46.12%
GREEN value IS 208 (81.64% from 255) = 44.83%
BLUE value IS 42 (16.80% from 255) = 9.05%
R=46.12%
G=44.83%
B=9.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142084200.030.800.1657.9167.7250.2
HexD6D02A0350103a4432
Octal3263205203120207210462
Binary11010110110100001010100111010000100001110101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6d02a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6d02a; }

 p { color: rgb(214,208,42); }

 H1.HeaderClassName
 {
   color: #d6d02a;
 }
 .AnyTagClassName
 {
   color: #d6d02a;
 }
</style>
background-color css

<style>
 a { background-color: #d6d02a; }

 a { background-color: rgb(214,208,42); }

 div.DivClassName
 {
   background-color: #d6d02a;
 }
 .BgClassName
 {
   background-color: #d6d02a;
 }
</style>
border-color css

<style>
 span { border-color: #d6d02a; }

 span { border-color: rgb(214,208,42); }

 td.TdClassName
 {
   border-color: #d6d02a;
 }
 .TagClassName
 {
   border-color: #d6d02a;
 }
</style>