Html Css Color HEX #DDD56E Goldenrod

📋 copy color: '#DDD56E'

red 221 ◦ green 213 ◦ blue 110

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

Shades of Goldenrod #DDD56E

Tints of Goldenrod #DDD56E

RGB

 RED value IS 221 (86.72% from 255) = 40.63%

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

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

R = 40.63%
G = 39.15%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDD56E (or 0xDDD56E) is known color: Goldenrod. HEX triplet: DD, D5 and 6E. RGB value is (221,213,110). Sum of RGB (Red+Green+Blue) = 221+213+110=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 213 (83.59% from 255 or 39.15% from 544); Blue value is 110 (43.36% from 255 or 20.22% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD56E is #222A91. Grayscale: #CCCCCC. Windows color (decimal): -2239122 or 7263709. OLE color: 7263709.

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

Color convert

RGB 221 213 110 -
CMYK 0 0.04 0.50 0.13
HSL 55.68º 0.62% 0.65% -
HSV(B) 55.68º 0.5% 0.87% -
XYZ 56.43 64.09 24.15 -
YUV 203.65 75.15 140.38 -
System Red Green Blue C M Y K H S L
Decimal 221 213 110 0 0.04 0.50 0.13 55.68 0.62 0.65
Hex DD D5 6E 0 4 32 D 38 3E 41
Octal 335 325 156 0 4 62 15 70 76 101
Binary 11011101 11010101 1101110 0 100 110010 1101 111000 111110 1000001

Color Harmonies of #DDD56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD56E

Black with #DDD56E

Text Example


Text Example

White with #DDD56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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