Html Css Color HEX #DCDC68 Goldenrod

📋 copy color: '#DCDC68'

red 220 ◦ green 220 ◦ blue 104

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

Shades of Goldenrod #DCDC68

Tints of Goldenrod #DCDC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.12%

R = 40.44%
G = 40.44%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCDC68 (or 0xDCDC68) is known color: Goldenrod. HEX triplet: DC, DC and 68. RGB value is (220,220,104). Sum of RGB (Red+Green+Blue) = 220+220+104=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 220 (86.33% from 255 or 40.44% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC68 is #232397. Grayscale: #CFCFCF. Windows color (decimal): -2302872 or 6872284. OLE color: 6872284.

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

Color convert

RGB 220 220 104 -
CMYK 0 0 0.53 0.14
HSL 60º 0.62% 0.64% -
HSV(B) 60º 0.53% 0.86% -
XYZ 57.61 67.4 23.07 -
YUV 206.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 220 220 104 0 0 0.53 0.14 60 0.62 0.64
Hex DC DC 68 0 0 35 E 3C 3E 40
Octal 334 334 150 0 0 65 16 74 76 100
Binary 11011100 11011100 1101000 0 0 110101 1110 111100 111110 1000000

Color Harmonies of #DCDC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC68

Black with #DCDC68

Text Example


Text Example

White with #DCDC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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