Html Css Color HEX #D1AF10 Bird Flower

📋 copy color: '#D1AF10'

red 209 ◦ green 175 ◦ blue 16

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

Shades of Bird Flower #D1AF10

Tints of Bird Flower #D1AF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4%

R = 52.25%
G = 43.75%
B = 4%

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

#D1AF10 (or 0xD1AF10) is known color: Bird Flower. HEX triplet: D1, AF and 10. RGB value is (209,175,16). Sum of RGB (Red+Green+Blue) = 209+175+16=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 175 (68.75% from 255 or 43.75% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AF10 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1AF10 is #2E50EF. Grayscale: #A7A7A7. Windows color (decimal): -3035376 or 1093585. OLE color: 1093585.

HSL color Cylindrical-coordinate representation of color #D1AF10: hue angle of 49.43º degrees, saturation: 0.86, 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 #D1AF10 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 175 16 -
CMYK 0 0.16 0.92 0.18
HSL 49.43º 0.86% 0.44% -
HSV(B) 49.43º 0.92% 0.82% -
XYZ 41.72 44.25 6.83 -
YUV 167.04 42.76 157.93 -
System Red Green Blue C M Y K H S L
Decimal 209 175 16 0 0.16 0.92 0.18 49.43 0.86 0.44
Hex D1 AF 10 0 10 5C 12 31 56 2C
Octal 321 257 20 0 20 134 22 61 126 54
Binary 11010001 10101111 10000 0 10000 1011100 10010 110001 1010110 101100

Color Harmonies of #D1AF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AF10

Black with #D1AF10

Text Example


Text Example

White with #D1AF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AF10; }

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

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

background-color css

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

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

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

border-color css

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

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

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