Html Css Color HEX #D0AF11 Bird Flower

📋 copy color: '#D0AF11'

red 208 ◦ green 175 ◦ blue 17

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

Shades of Bird Flower #D0AF11

Tints of Bird Flower #D0AF11

RGB

 RED value IS 208 (81.64% from 255) = 52%

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

 BLUE value IS 17 (7.03% from 255) = 4.25%

R = 52%
G = 43.75%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D0AF11 (or 0xD0AF11) is known color: Bird Flower. HEX triplet: D0, AF and 11. RGB value is (208,175,17). Sum of RGB (Red+Green+Blue) = 208+175+17=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AF11 is #2F50EE. Grayscale: #A7A7A7. Windows color (decimal): -3100911 or 1159120. OLE color: 1159120.

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

Color convert

RGB 208 175 17 -
CMYK 0 0.16 0.92 0.18
HSL 49.63º 0.85% 0.44% -
HSV(B) 49.63º 0.92% 0.82% -
XYZ 41.44 44.11 6.86 -
YUV 166.86 43.43 157.35 -
System Red Green Blue C M Y K H S L
Decimal 208 175 17 0 0.16 0.92 0.18 49.63 0.85 0.44
Hex D0 AF 11 0 10 5C 12 32 55 2C
Octal 320 257 21 0 20 134 22 62 125 54
Binary 11010000 10101111 10001 0 10000 1011100 10010 110010 1010101 101100

Color Harmonies of #D0AF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF11

Black with #D0AF11

Text Example


Text Example

White with #D0AF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF11; }

 p { color: rgb(208,175,17); }

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

background-color css

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

 a { background-color: rgb(208,175,17); }

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

border-color css

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

 span { border-color: rgb(208,175,17); }

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