Html Css Color HEX #D5D574 Goldenrod

📋 copy color: '#D5D574'

red 213 ◦ green 213 ◦ blue 116

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

Shades of Goldenrod #D5D574

Tints of Goldenrod #D5D574

RGB

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

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

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

R = 39.3%
G = 39.3%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D5D574 (or 0xD5D574) is known color: Goldenrod. HEX triplet: D5, D5 and 74. RGB value is (213,213,116). Sum of RGB (Red+Green+Blue) = 213+213+116=542 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.30% from 542); Green value is 213 (83.59% from 255 or 39.30% from 542); Blue value is 116 (45.70% from 255 or 21.40% from 542); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D574 is #2A2A8B. Grayscale: #CACACA. Windows color (decimal): -2763404 or 7656917. OLE color: 7656917.

HSL color Cylindrical-coordinate representation of color #D5D574: hue angle of 60º degrees, saturation: 0.54, 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 #D5D574 is Cyan = 0, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 213 116 -
CMYK 0 0 0.46 0.16
HSL 60º 0.54% 0.65% -
HSV(B) 60º 0.46% 0.84% -
XYZ 54.39 63 25.82 -
YUV 201.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 213 213 116 0 0 0.46 0.16 60 0.54 0.65
Hex D5 D5 74 0 0 2E 10 3C 36 41
Octal 325 325 164 0 0 56 20 74 66 101
Binary 11010101 11010101 1110100 0 0 101110 10000 111100 110110 1000001

Color Harmonies of #D5D574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D574

Black with #D5D574

Text Example


Text Example

White with #D5D574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D574; }

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

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

background-color css

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

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

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

border-color css

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

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

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