Html Css Color HEX #DDDD7C Goldenrod

📋 copy color: '#DDDD7C'

red 221 ◦ green 221 ◦ blue 124

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

Shades of Goldenrod #DDDD7C

Tints of Goldenrod #DDDD7C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.05%

 BLUE value IS 124 (48.83% from 255) = 21.91%

R = 39.05%
G = 39.05%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DDDD7C (or 0xDDDD7C) is known color: Goldenrod. HEX triplet: DD, DD and 7C. RGB value is (221,221,124). Sum of RGB (Red+Green+Blue) = 221+221+124=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 221 (86.72% from 255 or 39.05% from 566); Blue value is 124 (48.83% from 255 or 21.91% from 566); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDD7C is #222283. Grayscale: #D2D2D2. Windows color (decimal): -2237060 or 8183261. OLE color: 8183261.

HSL color Cylindrical-coordinate representation of color #DDDD7C: hue angle of 60º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDDD7C is Cyan = 0, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 221 124 -
CMYK 0 0 0.44 0.13
HSL 60º 0.59% 0.68% -
HSV(B) 60º 0.44% 0.87% -
XYZ 59.31 68.54 29.17 -
YUV 209.94 79.5 135.89 -
System Red Green Blue C M Y K H S L
Decimal 221 221 124 0 0 0.44 0.13 60 0.59 0.68
Hex DD DD 7C 0 0 2C D 3C 3B 44
Octal 335 335 174 0 0 54 15 74 73 104
Binary 11011101 11011101 1111100 0 0 101100 1101 111100 111011 1000100

Color Harmonies of #DDDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD7C

Black with #DDDD7C

Text Example


Text Example

White with #DDDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD7C; }

 p { color: rgb(221,221,124); }

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

background-color css

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

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

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

border-color css

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

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

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