Html Css Color HEX #D0AF14 Bird Flower

📋 copy color: '#D0AF14'

red 208 ◦ green 175 ◦ blue 20

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

Shades of Bird Flower #D0AF14

Tints of Bird Flower #D0AF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 51.61%
G = 43.42%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D0AF14 (or 0xD0AF14) is known color: Bird Flower. HEX triplet: D0, AF and 14. RGB value is (208,175,20). Sum of RGB (Red+Green+Blue) = 208+175+20=403 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.61% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0AF14 is #2F50EB. Grayscale: #A7A7A7. Windows color (decimal): -3100908 or 1355728. OLE color: 1355728.

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

Color convert

RGB 208 175 20 -
CMYK 0 0.16 0.90 0.18
HSL 49.47º 0.82% 0.45% -
HSV(B) 49.47º 0.9% 0.82% -
XYZ 41.47 44.12 6.99 -
YUV 167.2 44.93 157.1 -
System Red Green Blue C M Y K H S L
Decimal 208 175 20 0 0.16 0.90 0.18 49.47 0.82 0.45
Hex D0 AF 14 0 10 5A 12 31 52 2D
Octal 320 257 24 0 20 132 22 61 122 55
Binary 11010000 10101111 10100 0 10000 1011010 10010 110001 1010010 101101

Color Harmonies of #D0AF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0AF14

Black with #D0AF14

Text Example


Text Example

White with #D0AF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0AF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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