Html Css Color HEX #D5D56C Goldenrod

📋 copy color: '#D5D56C'

red 213 ◦ green 213 ◦ blue 108

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

Shades of Goldenrod #D5D56C

Tints of Goldenrod #D5D56C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.22%

R = 39.89%
G = 39.89%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D5D56C (or 0xD5D56C) is known color: Goldenrod. HEX triplet: D5, D5 and 6C. RGB value is (213,213,108). Sum of RGB (Red+Green+Blue) = 213+213+108=534 (70% of max value = 765). Red value is 213 (83.59% from 255 or 39.89% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 108 (42.58% from 255 or 20.22% from 534); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5D56C is #2A2A93. Grayscale: #C9C9C9. Windows color (decimal): -2763412 or 7132629. OLE color: 7132629.

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

Color convert

RGB 213 213 108 -
CMYK 0 0 0.49 0.16
HSL 60º 0.56% 0.63% -
HSV(B) 60º 0.49% 0.84% -
XYZ 53.94 62.82 23.47 -
YUV 201.03 75.5 136.54 -
System Red Green Blue C M Y K H S L
Decimal 213 213 108 0 0 0.49 0.16 60 0.56 0.63
Hex D5 D5 6C 0 0 31 10 3C 38 3F
Octal 325 325 154 0 0 61 20 74 70 77
Binary 11010101 11010101 1101100 0 0 110001 10000 111100 111000 111111

Color Harmonies of #D5D56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D56C

Black with #D5D56C

Text Example


Text Example

White with #D5D56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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