Html Css Color HEX #DCDD7C Goldenrod

📋 copy color: '#DCDD7C'

red 220 ◦ green 221 ◦ blue 124

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

Shades of Goldenrod #DCDD7C

Tints of Goldenrod #DCDD7C

RGB

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

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

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

R = 38.94%
G = 39.12%
B = 21.95%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DCDD7C (or 0xDCDD7C) is known color: Goldenrod. HEX triplet: DC, DD and 7C. RGB value is (220,221,124). Sum of RGB (Red+Green+Blue) = 220+221+124=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 221 (86.72% from 255 or 39.12% from 565); Blue value is 124 (48.83% from 255 or 21.95% from 565); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD7C is #232283. Grayscale: #D2D2D2. Windows color (decimal): -2302596 or 8183260. OLE color: 8183260.

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

Color convert

RGB 220 221 124 -
CMYK 0.00 0 0.44 0.13
HSL 60.62º 0.59% 0.68% -
HSV(B) 60.62º 0.44% 0.87% -
XYZ 59.01 68.38 29.16 -
YUV 209.64 79.67 135.39 -
System Red Green Blue C M Y K H S L
Decimal 220 221 124 0.00 0 0.44 0.13 60.62 0.59 0.68
Hex DC DD 7C 0 0 2C D 3D 3B 44
Octal 334 335 174 0 0 54 15 75 73 104
Binary 11011100 11011101 1111100 0 0 101100 1101 111101 111011 1000100

Color Harmonies of #DCDD7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD7C

Black with #DCDD7C

Text Example


Text Example

White with #DCDD7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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