Html Css Color HEX #DED56C Goldenrod

📋 copy color: '#DED56C'

red 222 ◦ green 213 ◦ blue 108

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

Shades of Goldenrod #DED56C

Tints of Goldenrod #DED56C

RGB

 RED value IS 222 (87.11% from 255) = 40.88%

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

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

R = 40.88%
G = 39.23%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DED56C (or 0xDED56C) is known color: Goldenrod. HEX triplet: DE, D5 and 6C. RGB value is (222,213,108). Sum of RGB (Red+Green+Blue) = 222+213+108=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 108 (42.58% from 255 or 19.89% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DED56C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DED56C is #212A93. Grayscale: #CCCCCC. Windows color (decimal): -2173588 or 7132638. OLE color: 7132638.

HSL color Cylindrical-coordinate representation of color #DED56C: hue angle of 55.26º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DED56C is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 213 108 -
CMYK 0 0.04 0.51 0.13
HSL 55.26º 0.63% 0.65% -
HSV(B) 55.26º 0.51% 0.87% -
XYZ 56.63 64.2 23.59 -
YUV 203.72 73.98 141.04 -
System Red Green Blue C M Y K H S L
Decimal 222 213 108 0 0.04 0.51 0.13 55.26 0.63 0.65
Hex DE D5 6C 0 4 33 D 37 3F 41
Octal 336 325 154 0 4 63 15 67 77 101
Binary 11011110 11010101 1101100 0 100 110011 1101 110111 111111 1000001

Color Harmonies of #DED56C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DED56C

Black with #DED56C

Text Example


Text Example

White with #DED56C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DED56C; }

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

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

background-color css

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

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

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

border-color css

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

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

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