Html Css Color HEX #D2B602 Bird Flower

📋 copy color: '#D2B602'

red 210 ◦ green 182 ◦ blue 2

#D2B602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bird Flower #D2B602

Tints of Bird Flower #D2B602

RGB

 RED value IS 210 (82.42% from 255) = 53.3%

 GREEN value IS 182 (71.48% from 255) = 46.19%

 BLUE value IS 2 (1.17% from 255) = 0.51%

R = 53.3%
G = 46.19%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D2B602 (or 0xD2B602) is known color: Bird Flower. HEX triplet: D2, B6 and 02. RGB value is (210,182,2). Sum of RGB (Red+Green+Blue) = 210+182+2=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 2 (1.17% from 255 or 0.51% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B602 is #2D49FD. Grayscale: #AAAAAA. Windows color (decimal): -2968062 or 177874. OLE color: 177874.

HSL color Cylindrical-coordinate representation of color #D2B602: hue angle of 51.92º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D2B602 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 182 2 -
CMYK 0 0.13 0.99 0.18
HSL 51.92º 0.98% 0.42% -
HSV(B) 51.92º 0.99% 0.82% -
XYZ 43.32 47.16 6.88 -
YUV 169.85 33.28 156.64 -
System Red Green Blue C M Y K H S L
Decimal 210 182 2 0 0.13 0.99 0.18 51.92 0.98 0.42
Hex D2 B6 2 0 D 63 12 34 62 2A
Octal 322 266 2 0 15 143 22 64 142 52
Binary 11010010 10110110 10 0 1101 1100011 10010 110100 1100010 101010

Color Harmonies of #D2B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B602

Black with #D2B602

Text Example


Text Example

White with #D2B602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B602; }

 p { color: rgb(210,182,2); }

 H1.HeaderClassName
 {
   color: #D2B602;
 }
 .AnyTagClassName
 {
   color: #D2B602;
 }
</style>

background-color css

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

 a { background-color: rgb(210,182,2); }

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

border-color css

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

 span { border-color: rgb(210,182,2); }

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