Html Css Color HEX #D5AF08 Bird Flower

📋 copy color: '#D5AF08'

red 213 ◦ green 175 ◦ blue 8

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

Shades of Bird Flower #D5AF08

Tints of Bird Flower #D5AF08

RGB

 RED value IS 213 (83.59% from 255) = 53.79%

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

 BLUE value IS 8 (3.52% from 255) = 2.02%

R = 53.79%
G = 44.19%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D5AF08 (or 0xD5AF08) is known color: Bird Flower. HEX triplet: D5, AF and 08. RGB value is (213,175,8). Sum of RGB (Red+Green+Blue) = 213+175+8=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AF08 is #2A50F7. Grayscale: #A8A8A8. Windows color (decimal): -2773240 or 569301. OLE color: 569301.

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

Color convert

RGB 213 175 8 -
CMYK 0 0.18 0.96 0.16
HSL 48.88º 0.93% 0.43% -
HSV(B) 48.88º 0.96% 0.84% -
XYZ 42.81 44.82 6.62 -
YUV 167.32 38.09 160.58 -
System Red Green Blue C M Y K H S L
Decimal 213 175 8 0 0.18 0.96 0.16 48.88 0.93 0.43
Hex D5 AF 8 0 12 60 10 31 5D 2B
Octal 325 257 10 0 22 140 20 61 135 53
Binary 11010101 10101111 1000 0 10010 1100000 10000 110001 1011101 101011

Color Harmonies of #D5AF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF08

Black with #D5AF08

Text Example


Text Example

White with #D5AF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF08; }

 p { color: rgb(213,175,8); }

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

background-color css

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

 a { background-color: rgb(213,175,8); }

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

border-color css

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

 span { border-color: rgb(213,175,8); }

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