Html Css Color HEX #D1AF12 Bird Flower

📋 copy color: '#D1AF12'

red 209 ◦ green 175 ◦ blue 18

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

Shades of Bird Flower #D1AF12

Tints of Bird Flower #D1AF12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.48%

R = 51.99%
G = 43.53%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D1AF12 (or 0xD1AF12) is known color: Bird Flower. HEX triplet: D1, AF and 12. RGB value is (209,175,18). Sum of RGB (Red+Green+Blue) = 209+175+18=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF12 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AF12 is #2E50ED. Grayscale: #A7A7A7. Windows color (decimal): -3035374 or 1224657. OLE color: 1224657.

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

Color convert

RGB 209 175 18 -
CMYK 0 0.16 0.91 0.18
HSL 49.32º 0.84% 0.45% -
HSV(B) 49.32º 0.91% 0.82% -
XYZ 41.73 44.26 6.92 -
YUV 167.27 43.76 157.77 -
System Red Green Blue C M Y K H S L
Decimal 209 175 18 0 0.16 0.91 0.18 49.32 0.84 0.45
Hex D1 AF 12 0 10 5B 12 31 54 2D
Octal 321 257 22 0 20 133 22 61 124 55
Binary 11010001 10101111 10010 0 10000 1011011 10010 110001 1010100 101101

Color Harmonies of #D1AF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF12

Black with #D1AF12

Text Example


Text Example

White with #D1AF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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