Html Css Color HEX #DCDD79 Goldenrod

📋 copy color: '#DCDD79'

red 220 ◦ green 221 ◦ blue 121

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

Shades of Goldenrod #DCDD79

Tints of Goldenrod #DCDD79

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 220 221 121 -
CMYK 0.00 0 0.45 0.13
HSL 60.6º 0.6% 0.67% -
HSV(B) 60.6º 0.45% 0.87% -
XYZ 58.82 68.31 28.17 -
YUV 209.3 78.17 135.63 -
System Red Green Blue C M Y K H S L
Decimal 220 221 121 0.00 0 0.45 0.13 60.6 0.6 0.67
Hex DC DD 79 0 0 2D D 3D 3C 43
Octal 334 335 171 0 0 55 15 75 74 103
Binary 11011100 11011101 1111001 0 0 101101 1101 111101 111100 1000011

Color Harmonies of #DCDD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD79

Black with #DCDD79

Text Example


Text Example

White with #DCDD79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD79; }

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

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

background-color css

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

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

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

border-color css

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

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

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