Html Css Color HEX #DCDD6D Goldenrod

📋 copy color: '#DCDD6D'

red 220 ◦ green 221 ◦ blue 109

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

Shades of Goldenrod #DCDD6D

Tints of Goldenrod #DCDD6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.82%

R = 40%
G = 40.18%
B = 19.82%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DCDD6D (or 0xDCDD6D) is known color: Goldenrod. HEX triplet: DC, DD and 6D. RGB value is (220,221,109). Sum of RGB (Red+Green+Blue) = 220+221+109=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 109 (42.97% from 255 or 19.82% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD6D is #232292. Grayscale: #D0D0D0. Windows color (decimal): -2302611 or 7200220. OLE color: 7200220.

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

Color convert

RGB 220 221 109 -
CMYK 0.00 0 0.51 0.13
HSL 60.54º 0.62% 0.65% -
HSV(B) 60.54º 0.51% 0.87% -
XYZ 58.13 68.03 24.54 -
YUV 207.93 72.17 136.61 -
System Red Green Blue C M Y K H S L
Decimal 220 221 109 0.00 0 0.51 0.13 60.54 0.62 0.65
Hex DC DD 6D 0 0 33 D 3D 3E 41
Octal 334 335 155 0 0 63 15 75 76 101
Binary 11011100 11011101 1101101 0 0 110011 1101 111101 111110 1000001

Color Harmonies of #DCDD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD6D

Black with #DCDD6D

Text Example


Text Example

White with #DCDD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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