Html Css Color HEX #DDDC78 Goldenrod

📋 copy color: '#DDDC78'

red 221 ◦ green 220 ◦ blue 120

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

Shades of Goldenrod #DDDC78

Tints of Goldenrod #DDDC78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 21.39%

R = 39.39%
G = 39.22%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DDDC78 (or 0xDDDC78) is known color: Goldenrod. HEX triplet: DD, DC and 78. RGB value is (221,220,120). Sum of RGB (Red+Green+Blue) = 221+220+120=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 120 (47.27% from 255 or 21.39% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDC78 is #222387. Grayscale: #D1D1D1. Windows color (decimal): -2237320 or 7920861. OLE color: 7920861.

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

Color convert

RGB 221 220 120 -
CMYK 0 0.00 0.46 0.13
HSL 59.41º 0.6% 0.67% -
HSV(B) 59.41º 0.46% 0.87% -
XYZ 58.8 67.91 27.78 -
YUV 208.9 77.83 136.63 -
System Red Green Blue C M Y K H S L
Decimal 221 220 120 0 0.00 0.46 0.13 59.41 0.6 0.67
Hex DD DC 78 0 0 2E D 3B 3C 43
Octal 335 334 170 0 0 56 15 73 74 103
Binary 11011101 11011100 1111000 0 0 101110 1101 111011 111100 1000011

Color Harmonies of #DDDC78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC78

Black with #DDDC78

Text Example


Text Example

White with #DDDC78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC78; }

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

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

background-color css

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

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

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

border-color css

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

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

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