Html Css Color HEX #D1AF09 Bird Flower

📋 copy color: '#D1AF09'

red 209 ◦ green 175 ◦ blue 9

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

Shades of Bird Flower #D1AF09

Tints of Bird Flower #D1AF09

RGB

 RED value IS 209 (82.03% from 255) = 53.18%

 GREEN value IS 175 (68.75% from 255) = 44.53%

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

R = 53.18%
G = 44.53%
B = 2.29%

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

#D1AF09 (or 0xD1AF09) is known color: Bird Flower. HEX triplet: D1, AF and 09. RGB value is (209,175,9). Sum of RGB (Red+Green+Blue) = 209+175+9=393 (52% of max value = 765). Red value is 209 (82.03% from 255 or 53.18% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 9 (3.91% from 255 or 2.29% from 393); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AF09 is #2E50F6. Grayscale: #A6A6A6. Windows color (decimal): -3035383 or 634833. OLE color: 634833.

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

Color convert

RGB 209 175 9 -
CMYK 0 0.16 0.96 0.18
HSL 49.8º 0.92% 0.43% -
HSV(B) 49.8º 0.96% 0.82% -
XYZ 41.67 44.23 6.6 -
YUV 166.24 39.26 158.5 -
System Red Green Blue C M Y K H S L
Decimal 209 175 9 0 0.16 0.96 0.18 49.8 0.92 0.43
Hex D1 AF 9 0 10 60 12 32 5C 2B
Octal 321 257 11 0 20 140 22 62 134 53
Binary 11010001 10101111 1001 0 10000 1100000 10010 110010 1011100 101011

Color Harmonies of #D1AF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF09

Black with #D1AF09

Text Example


Text Example

White with #D1AF09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF09; }

 p { color: rgb(209,175,9); }

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

background-color css

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

 a { background-color: rgb(209,175,9); }

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

border-color css

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

 span { border-color: rgb(209,175,9); }

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