Html Css Color HEX #D5D56E Goldenrod

📋 copy color: '#D5D56E'

red 213 ◦ green 213 ◦ blue 110

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

Shades of Goldenrod #D5D56E

Tints of Goldenrod #D5D56E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.52%

R = 39.74%
G = 39.74%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5D56E (or 0xD5D56E) is known color: Goldenrod. HEX triplet: D5, D5 and 6E. RGB value is (213,213,110). Sum of RGB (Red+Green+Blue) = 213+213+110=536 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.74% from 536); Green value is 213 (83.59% from 255 or 39.74% from 536); Blue value is 110 (43.36% from 255 or 20.52% from 536); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D56E is #2A2A91. Grayscale: #C9C9C9. Windows color (decimal): -2763410 or 7263701. OLE color: 7263701.

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

Color convert

RGB 213 213 110 -
CMYK 0 0 0.48 0.16
HSL 60º 0.55% 0.63% -
HSV(B) 60º 0.48% 0.84% -
XYZ 54.05 62.86 24.04 -
YUV 201.26 76.5 136.38 -
System Red Green Blue C M Y K H S L
Decimal 213 213 110 0 0 0.48 0.16 60 0.55 0.63
Hex D5 D5 6E 0 0 30 10 3C 37 3F
Octal 325 325 156 0 0 60 20 74 67 77
Binary 11010101 11010101 1101110 0 0 110000 10000 111100 110111 111111

Color Harmonies of #D5D56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D56E

Black with #D5D56E

Text Example


Text Example

White with #D5D56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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