Html Css Color HEX #D7D574 Goldenrod

📋 copy color: '#D7D574'

red 215 ◦ green 213 ◦ blue 116

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

Shades of Goldenrod #D7D574

Tints of Goldenrod #D7D574

RGB

 RED value IS 215 (84.38% from 255) = 39.52%

 GREEN value IS 213 (83.59% from 255) = 39.15%

 BLUE value IS 116 (45.7% from 255) = 21.32%

R = 39.52%
G = 39.15%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7D574 (or 0xD7D574) is known color: Goldenrod. HEX triplet: D7, D5 and 74. RGB value is (215,213,116). Sum of RGB (Red+Green+Blue) = 215+213+116=544 (72% of max value = 765). Red value is 215 (84.38% from 255 or 39.52% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7D574 is #282A8B. Grayscale: #CACACA. Windows color (decimal): -2632332 or 7656919. OLE color: 7656919.

HSL color Cylindrical-coordinate representation of color #D7D574: hue angle of 58.79º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D7D574 is Cyan = 0, Magento = 0.01, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 213 116 -
CMYK 0 0.01 0.46 0.16
HSL 58.79º 0.55% 0.65% -
HSV(B) 58.79º 0.46% 0.84% -
XYZ 54.97 63.3 25.84 -
YUV 202.54 79.16 136.89 -
System Red Green Blue C M Y K H S L
Decimal 215 213 116 0 0.01 0.46 0.16 58.79 0.55 0.65
Hex D7 D5 74 0 1 2E 10 3B 37 41
Octal 327 325 164 0 1 56 20 73 67 101
Binary 11010111 11010101 1110100 0 1 101110 10000 111011 110111 1000001

Color Harmonies of #D7D574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D574

Black with #D7D574

Text Example


Text Example

White with #D7D574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D574; }

 p { color: rgb(215,213,116); }

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

background-color css

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

 a { background-color: rgb(215,213,116); }

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

border-color css

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

 span { border-color: rgb(215,213,116); }

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