Html Css Color HEX #D5AD07 Sunflower

📋 copy color: '#D5AD07'

red 213 ◦ green 173 ◦ blue 7

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

Shades of Sunflower #D5AD07

Tints of Sunflower #D5AD07

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.02%

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

R = 54.2%
G = 44.02%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D5AD07 (or 0xD5AD07) is known color: Sunflower. HEX triplet: D5, AD and 07. RGB value is (213,173,7). Sum of RGB (Red+Green+Blue) = 213+173+7=393 (52% of max value = 765). Red value is 213 (83.59% from 255 or 54.20% from 393); Green value is 173 (67.97% from 255 or 44.02% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5AD07 is #2A52F8. Grayscale: #A6A6A6. Windows color (decimal): -2773753 or 503253. OLE color: 503253.

HSL color Cylindrical-coordinate representation of color #D5AD07: hue angle of 48.35º 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 #D5AD07 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 173 7 -
CMYK 0 0.19 0.97 0.16
HSL 48.35º 0.94% 0.43% -
HSV(B) 48.35º 0.97% 0.84% -
XYZ 42.42 44.05 6.47 -
YUV 166.04 38.25 161.5 -
System Red Green Blue C M Y K H S L
Decimal 213 173 7 0 0.19 0.97 0.16 48.35 0.94 0.43
Hex D5 AD 7 0 13 61 10 30 5E 2B
Octal 325 255 7 0 23 141 20 60 136 53
Binary 11010101 10101101 111 0 10011 1100001 10000 110000 1011110 101011

Color Harmonies of #D5AD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AD07

Black with #D5AD07

Text Example


Text Example

White with #D5AD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AD07; }

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

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

background-color css

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

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

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

border-color css

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

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

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