Html Css Color HEX #DCDC64 Goldenrod

📋 copy color: '#DCDC64'

red 220 ◦ green 220 ◦ blue 100

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

Shades of Goldenrod #DCDC64

Tints of Goldenrod #DCDC64

RGB

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

 GREEN value IS 220 (86.33% from 255) = 40.74%

 BLUE value IS 100 (39.45% from 255) = 18.52%

R = 40.74%
G = 40.74%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCDC64 (or 0xDCDC64) is known color: Goldenrod. HEX triplet: DC, DC and 64. RGB value is (220,220,100). Sum of RGB (Red+Green+Blue) = 220+220+100=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 220 (86.33% from 255 or 40.74% from 540); Blue value is 100 (39.45% from 255 or 18.52% from 540); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC64 is #23239B. Grayscale: #CECECE. Windows color (decimal): -2302876 or 6610140. OLE color: 6610140.

HSL color Cylindrical-coordinate representation of color #DCDC64: hue angle of 60º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DCDC64 is Cyan = 0, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 100 -
CMYK 0 0 0.55 0.14
HSL 60º 0.63% 0.63% -
HSV(B) 60º 0.55% 0.86% -
XYZ 57.41 67.32 22.03 -
YUV 206.32 68 137.76 -
System Red Green Blue C M Y K H S L
Decimal 220 220 100 0 0 0.55 0.14 60 0.63 0.63
Hex DC DC 64 0 0 37 E 3C 3F 3F
Octal 334 334 144 0 0 67 16 74 77 77
Binary 11011100 11011100 1100100 0 0 110111 1110 111100 111111 111111

Color Harmonies of #DCDC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC64

Black with #DCDC64

Text Example


Text Example

White with #DCDC64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC64; }

 p { color: rgb(220,220,100); }

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

background-color css

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

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

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

border-color css

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

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

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