Html Css Color HEX #DDD96E Goldenrod

📋 copy color: '#DDD96E'

red 221 ◦ green 217 ◦ blue 110

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

Shades of Goldenrod #DDD96E

Tints of Goldenrod #DDD96E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.6%

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

R = 40.33%
G = 39.6%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DDD96E (or 0xDDD96E) is known color: Goldenrod. HEX triplet: DD, D9 and 6E. RGB value is (221,217,110). Sum of RGB (Red+Green+Blue) = 221+217+110=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 217 (85.16% from 255 or 39.60% from 548); Blue value is 110 (43.36% from 255 or 20.07% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD96E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD96E is #222691. Grayscale: #CECECE. Windows color (decimal): -2238098 or 7264733. OLE color: 7264733.

HSL color Cylindrical-coordinate representation of color #DDD96E: hue angle of 57.84º 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 #DDD96E is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 217 110 -
CMYK 0 0.02 0.50 0.13
HSL 57.84º 0.62% 0.65% -
HSV(B) 57.84º 0.5% 0.87% -
XYZ 57.45 66.12 24.49 -
YUV 206 73.83 138.7 -
System Red Green Blue C M Y K H S L
Decimal 221 217 110 0 0.02 0.50 0.13 57.84 0.62 0.65
Hex DD D9 6E 0 2 32 D 3A 3E 41
Octal 335 331 156 0 2 62 15 72 76 101
Binary 11011101 11011001 1101110 0 10 110010 1101 111010 111110 1000001

Color Harmonies of #DDD96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDD96E

Black with #DDD96E

Text Example


Text Example

White with #DDD96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDD96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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