Html Css Color HEX #D3BB09 Bird Flower

📋 copy color: '#D3BB09'

red 211 ◦ green 187 ◦ blue 9

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

Shades of Bird Flower #D3BB09

Tints of Bird Flower #D3BB09

RGB

 RED value IS 211 (82.81% from 255) = 51.84%

 GREEN value IS 187 (73.44% from 255) = 45.95%

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

R = 51.84%
G = 45.95%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.17

RGB Variations

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

Color information

#D3BB09 (or 0xD3BB09) is known color: Bird Flower. HEX triplet: D3, BB and 09. RGB value is (211,187,9). Sum of RGB (Red+Green+Blue) = 211+187+9=407 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.84% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 9 (3.91% from 255 or 2.21% from 407); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3BB09 is #2C44F6. Grayscale: #AEAEAE. Windows color (decimal): -2901239 or 637907. OLE color: 637907.

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

Color convert

RGB 211 187 9 -
CMYK 0 0.11 0.96 0.17
HSL 52.87º 0.92% 0.43% -
HSV(B) 52.87º 0.96% 0.83% -
XYZ 44.68 49.41 7.44 -
YUV 173.88 34.95 154.47 -
System Red Green Blue C M Y K H S L
Decimal 211 187 9 0 0.11 0.96 0.17 52.87 0.92 0.43
Hex D3 BB 9 0 B 60 11 35 5C 2B
Octal 323 273 11 0 13 140 21 65 134 53
Binary 11010011 10111011 1001 0 1011 1100000 10001 110101 1011100 101011

Color Harmonies of #D3BB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3BB09

Black with #D3BB09

Text Example


Text Example

White with #D3BB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3BB09; }

 p { color: rgb(211,187,9); }

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

background-color css

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

 a { background-color: rgb(211,187,9); }

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

border-color css

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

 span { border-color: rgb(211,187,9); }

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