Html Css Color HEX #D0AF0F Bird Flower

📋 copy color: '#D0AF0F'

red 208 ◦ green 175 ◦ blue 15

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

Shades of Bird Flower #D0AF0F

Tints of Bird Flower #D0AF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.77%

R = 52.26%
G = 43.97%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0AF0F (or 0xD0AF0F) is known color: Bird Flower. HEX triplet: D0, AF and 0F. RGB value is (208,175,15). Sum of RGB (Red+Green+Blue) = 208+175+15=398 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.26% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 15 (6.25% from 255 or 3.77% from 398); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AF0F is #2F50F0. Grayscale: #A7A7A7. Windows color (decimal): -3100913 or 1028048. OLE color: 1028048.

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

Color convert

RGB 208 175 15 -
CMYK 0 0.16 0.93 0.18
HSL 49.74º 0.87% 0.44% -
HSV(B) 49.74º 0.93% 0.82% -
XYZ 41.43 44.1 6.78 -
YUV 166.63 42.43 157.51 -
System Red Green Blue C M Y K H S L
Decimal 208 175 15 0 0.16 0.93 0.18 49.74 0.87 0.44
Hex D0 AF F 0 10 5D 12 32 57 2C
Octal 320 257 17 0 20 135 22 62 127 54
Binary 11010000 10101111 1111 0 10000 1011101 10010 110010 1010111 101100

Color Harmonies of #D0AF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF0F

Black with #D0AF0F

Text Example


Text Example

White with #D0AF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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