Html Css Color HEX #D5AF07 Bird Flower

📋 copy color: '#D5AF07'

red 213 ◦ green 175 ◦ blue 7

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

Shades of Bird Flower #D5AF07

Tints of Bird Flower #D5AF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.77%

R = 53.92%
G = 44.3%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D5AF07 (or 0xD5AF07) is known color: Bird Flower. HEX triplet: D5, AF and 07. RGB value is (213,175,7). Sum of RGB (Red+Green+Blue) = 213+175+7=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 175 (68.75% from 255 or 44.30% from 395); Blue value is 7 (3.12% from 255 or 1.77% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AF07 is #2A50F8. Grayscale: #A7A7A7. Windows color (decimal): -2773241 or 503765. OLE color: 503765.

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

Color convert

RGB 213 175 7 -
CMYK 0 0.18 0.97 0.16
HSL 48.93º 0.94% 0.43% -
HSV(B) 48.93º 0.97% 0.84% -
XYZ 42.81 44.82 6.6 -
YUV 167.21 37.59 160.66 -
System Red Green Blue C M Y K H S L
Decimal 213 175 7 0 0.18 0.97 0.16 48.93 0.94 0.43
Hex D5 AF 7 0 12 61 10 31 5E 2B
Octal 325 257 7 0 22 141 20 61 136 53
Binary 11010101 10101111 111 0 10010 1100001 10000 110001 1011110 101011

Color Harmonies of #D5AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AF07

Black with #D5AF07

Text Example


Text Example

White with #D5AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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