Html Css Color HEX #D2B009 Bird Flower

📋 copy color: '#D2B009'

red 210 ◦ green 176 ◦ blue 9

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

Shades of Bird Flower #D2B009

Tints of Bird Flower #D2B009

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.56%

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

R = 53.16%
G = 44.56%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D2B009 (or 0xD2B009) is known color: Bird Flower. HEX triplet: D2, B0 and 09. RGB value is (210,176,9). Sum of RGB (Red+Green+Blue) = 210+176+9=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 176 (69.14% from 255 or 44.56% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2B009 is #2D4FF6. Grayscale: #A7A7A7. Windows color (decimal): -2969591 or 635090. OLE color: 635090.

HSL color Cylindrical-coordinate representation of color #D2B009: hue angle of 49.85º 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 #D2B009 is Cyan = 0, Magento = 0.16, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 176 9 -
CMYK 0 0.16 0.96 0.18
HSL 49.85º 0.92% 0.43% -
HSV(B) 49.85º 0.96% 0.82% -
XYZ 42.15 44.77 6.68 -
YUV 167.13 38.76 158.58 -
System Red Green Blue C M Y K H S L
Decimal 210 176 9 0 0.16 0.96 0.18 49.85 0.92 0.43
Hex D2 B0 9 0 10 60 12 32 5C 2B
Octal 322 260 11 0 20 140 22 62 134 53
Binary 11010010 10110000 1001 0 10000 1100000 10010 110010 1011100 101011

Color Harmonies of #D2B009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B009

Black with #D2B009

Text Example


Text Example

White with #D2B009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B009; }

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

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

background-color css

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

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

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

border-color css

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

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

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