Html Css Color HEX #DDDC70 Goldenrod

📋 copy color: '#DDDC70'

red 221 ◦ green 220 ◦ blue 112

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

Shades of Goldenrod #DDDC70

Tints of Goldenrod #DDDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.25%

R = 39.96%
G = 39.78%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DDDC70 (or 0xDDDC70) is known color: Goldenrod. HEX triplet: DD, DC and 70. RGB value is (221,220,112). Sum of RGB (Red+Green+Blue) = 221+220+112=553 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.96% from 553); Green value is 220 (86.33% from 255 or 39.78% from 553); Blue value is 112 (44.14% from 255 or 20.25% from 553); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC70 is #22238F. Grayscale: #D0D0D0. Windows color (decimal): -2237328 or 7396573. OLE color: 7396573.

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

Color convert

RGB 221 220 112 -
CMYK 0 0.00 0.49 0.13
HSL 59.45º 0.62% 0.65% -
HSV(B) 59.45º 0.49% 0.87% -
XYZ 58.34 67.73 25.33 -
YUV 207.99 73.83 137.28 -
System Red Green Blue C M Y K H S L
Decimal 221 220 112 0 0.00 0.49 0.13 59.45 0.62 0.65
Hex DD DC 70 0 0 31 D 3B 3E 41
Octal 335 334 160 0 0 61 15 73 76 101
Binary 11011101 11011100 1110000 0 0 110001 1101 111011 111110 1000001

Color Harmonies of #DDDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC70

Black with #DDDC70

Text Example


Text Example

White with #DDDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC70; }

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

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

background-color css

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

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

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

border-color css

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

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

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