Html Css Color HEX #DDDC79 Goldenrod

📋 copy color: '#DDDC79'

red 221 ◦ green 220 ◦ blue 121

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

Shades of Goldenrod #DDDC79

Tints of Goldenrod #DDDC79

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.15%

 BLUE value IS 121 (47.66% from 255) = 21.53%

R = 39.32%
G = 39.15%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DDDC79 (or 0xDDDC79) is known color: Goldenrod. HEX triplet: DD, DC and 79. RGB value is (221,220,121). Sum of RGB (Red+Green+Blue) = 221+220+121=562 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.32% from 562); Green value is 220 (86.33% from 255 or 39.15% from 562); Blue value is 121 (47.66% from 255 or 21.53% from 562); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC79 is #222386. Grayscale: #D1D1D1. Windows color (decimal): -2237319 or 7986397. OLE color: 7986397.

HSL color Cylindrical-coordinate representation of color #DDDC79: hue angle of 59.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DDDC79 is Cyan = 0, Magento = 0.00, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 220 121 -
CMYK 0 0.00 0.45 0.13
HSL 59.4º 0.6% 0.67% -
HSV(B) 59.4º 0.45% 0.87% -
XYZ 58.86 67.94 28.1 -
YUV 209.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 221 220 121 0 0.00 0.45 0.13 59.4 0.6 0.67
Hex DD DC 79 0 0 2D D 3B 3C 43
Octal 335 334 171 0 0 55 15 73 74 103
Binary 11011101 11011100 1111001 0 0 101101 1101 111011 111100 1000011

Color Harmonies of #DDDC79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC79

Black with #DDDC79

Text Example


Text Example

White with #DDDC79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC79; }

 p { color: rgb(221,220,121); }

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

background-color css

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

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

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

border-color css

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

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

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