Html Css Color HEX #D2B609 Bird Flower

📋 copy color: '#D2B609'

red 210 ◦ green 182 ◦ blue 9

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

Shades of Bird Flower #D2B609

Tints of Bird Flower #D2B609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.24%

R = 52.37%
G = 45.39%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D2B609 (or 0xD2B609) is known color: Bird Flower. HEX triplet: D2, B6 and 09. RGB value is (210,182,9). Sum of RGB (Red+Green+Blue) = 210+182+9=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 182 (71.48% from 255 or 45.39% from 401); Blue value is 9 (3.91% from 255 or 2.24% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B609 is #2D49F6. Grayscale: #ABABAB. Windows color (decimal): -2968055 or 636626. OLE color: 636626.

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

Color convert

RGB 210 182 9 -
CMYK 0 0.13 0.96 0.18
HSL 51.64º 0.92% 0.43% -
HSV(B) 51.64º 0.96% 0.82% -
XYZ 43.36 47.18 7.08 -
YUV 170.65 36.78 156.07 -
System Red Green Blue C M Y K H S L
Decimal 210 182 9 0 0.13 0.96 0.18 51.64 0.92 0.43
Hex D2 B6 9 0 D 60 12 34 5C 2B
Octal 322 266 11 0 15 140 22 64 134 53
Binary 11010010 10110110 1001 0 1101 1100000 10010 110100 1011100 101011

Color Harmonies of #D2B609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B609

Black with #D2B609

Text Example


Text Example

White with #D2B609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B609; }

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

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

background-color css

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

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

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

border-color css

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

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

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