Html Css Color HEX #D2AF07 Bird Flower

📋 copy color: '#D2AF07'

red 210 ◦ green 175 ◦ blue 7

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

Shades of Bird Flower #D2AF07

Tints of Bird Flower #D2AF07

RGB

 RED value IS 210 (82.42% from 255) = 53.57%

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

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

R = 53.57%
G = 44.64%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D2AF07 (or 0xD2AF07) is known color: Bird Flower. HEX triplet: D2, AF and 07. RGB value is (210,175,7). Sum of RGB (Red+Green+Blue) = 210+175+7=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 7 (3.12% from 255 or 1.79% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2AF07 is #2D50F8. Grayscale: #A7A7A7. Windows color (decimal): -2969849 or 503762. OLE color: 503762.

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

Color convert

RGB 210 175 7 -
CMYK 0 0.17 0.97 0.18
HSL 49.66º 0.94% 0.43% -
HSV(B) 49.66º 0.97% 0.82% -
XYZ 41.95 44.38 6.56 -
YUV 166.31 38.1 159.16 -
System Red Green Blue C M Y K H S L
Decimal 210 175 7 0 0.17 0.97 0.18 49.66 0.94 0.43
Hex D2 AF 7 0 11 61 12 32 5E 2B
Octal 322 257 7 0 21 141 22 62 136 53
Binary 11010010 10101111 111 0 10001 1100001 10010 110010 1011110 101011

Color Harmonies of #D2AF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AF07

Black with #D2AF07

Text Example


Text Example

White with #D2AF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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