Html Css Color HEX #D0AF0C Bird Flower

📋 copy color: '#D0AF0C'

red 208 ◦ green 175 ◦ blue 12

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

Shades of Bird Flower #D0AF0C

Tints of Bird Flower #D0AF0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.04%

R = 52.66%
G = 44.3%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0AF0C (or 0xD0AF0C) is known color: Bird Flower. HEX triplet: D0, AF and 0C. RGB value is (208,175,12). Sum of RGB (Red+Green+Blue) = 208+175+12=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AF0C is #2F50F3. Grayscale: #A6A6A6. Windows color (decimal): -3100916 or 831440. OLE color: 831440.

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

Color convert

RGB 208 175 12 -
CMYK 0 0.16 0.94 0.18
HSL 49.9º 0.89% 0.43% -
HSV(B) 49.9º 0.94% 0.82% -
XYZ 41.41 44.1 6.68 -
YUV 166.29 40.93 157.75 -
System Red Green Blue C M Y K H S L
Decimal 208 175 12 0 0.16 0.94 0.18 49.9 0.89 0.43
Hex D0 AF C 0 10 5E 12 32 59 2B
Octal 320 257 14 0 20 136 22 62 131 53
Binary 11010000 10101111 1100 0 10000 1011110 10010 110010 1011001 101011

Color Harmonies of #D0AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF0C

Black with #D0AF0C

Text Example


Text Example

White with #D0AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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