Html Css Color HEX #DCDD65 Goldenrod

📋 copy color: '#DCDD65'

red 220 ◦ green 221 ◦ blue 101

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

Shades of Goldenrod #DCDD65

Tints of Goldenrod #DCDD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.63%

R = 40.59%
G = 40.77%
B = 18.63%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DCDD65 (or 0xDCDD65) is known color: Goldenrod. HEX triplet: DC, DD and 65. RGB value is (220,221,101). Sum of RGB (Red+Green+Blue) = 220+221+101=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 101 (39.84% from 255 or 18.63% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDD65 is #23229A. Grayscale: #CFCFCF. Windows color (decimal): -2302619 or 6675932. OLE color: 6675932.

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

Color convert

RGB 220 221 101 -
CMYK 0.00 0 0.54 0.13
HSL 60.5º 0.64% 0.63% -
HSV(B) 60.5º 0.54% 0.87% -
XYZ 57.72 67.87 22.37 -
YUV 207.02 68.17 137.26 -
System Red Green Blue C M Y K H S L
Decimal 220 221 101 0.00 0 0.54 0.13 60.5 0.64 0.63
Hex DC DD 65 0 0 36 D 3C 40 3F
Octal 334 335 145 0 0 66 15 74 100 77
Binary 11011100 11011101 1100101 0 0 110110 1101 111100 1000000 111111

Color Harmonies of #DCDD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD65

Black with #DCDD65

Text Example


Text Example

White with #DCDD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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