Html Css Color HEX #DCDD6F Goldenrod

📋 copy color: '#DCDD6F'

red 220 ◦ green 221 ◦ blue 111

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

Shades of Goldenrod #DCDD6F

Tints of Goldenrod #DCDD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.11%

R = 39.86%
G = 40.04%
B = 20.11%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DCDD6F (or 0xDCDD6F) is known color: Goldenrod. HEX triplet: DC, DD and 6F. RGB value is (220,221,111). Sum of RGB (Red+Green+Blue) = 220+221+111=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 111 (43.75% from 255 or 20.11% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD6F is #232290. Grayscale: #D0D0D0. Windows color (decimal): -2302609 or 7331292. OLE color: 7331292.

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

Color convert

RGB 220 221 111 -
CMYK 0.00 0 0.50 0.13
HSL 60.55º 0.62% 0.65% -
HSV(B) 60.55º 0.5% 0.87% -
XYZ 58.24 68.08 25.11 -
YUV 208.16 73.17 136.44 -
System Red Green Blue C M Y K H S L
Decimal 220 221 111 0.00 0 0.50 0.13 60.55 0.62 0.65
Hex DC DD 6F 0 0 32 D 3D 3E 41
Octal 334 335 157 0 0 62 15 75 76 101
Binary 11011100 11011101 1101111 0 0 110010 1101 111101 111110 1000001

Color Harmonies of #DCDD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD6F

Black with #DCDD6F

Text Example


Text Example

White with #DCDD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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