Html Css Color HEX #DCDC6C Goldenrod

📋 copy color: '#DCDC6C'

red 220 ◦ green 220 ◦ blue 108

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

Shades of Goldenrod #DCDC6C

Tints of Goldenrod #DCDC6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.71%

R = 40.15%
G = 40.15%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DCDC6C (or 0xDCDC6C) is known color: Goldenrod. HEX triplet: DC, DC and 6C. RGB value is (220,220,108). Sum of RGB (Red+Green+Blue) = 220+220+108=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 108 (42.58% from 255 or 19.71% from 548); Max value from RGB is 220 - color contains mainly: red, green. Hex color #DCDC6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCDC6C is #232393. Grayscale: #CFCFCF. Windows color (decimal): -2302868 or 7134428. OLE color: 7134428.

HSL color Cylindrical-coordinate representation of color #DCDC6C: 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.51%. Process color model (Four color, CMYK) of #DCDC6C is Cyan = 0, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 220 108 -
CMYK 0 0 0.51 0.14
HSL 60º 0.62% 0.64% -
HSV(B) 60º 0.51% 0.86% -
XYZ 57.82 67.48 24.17 -
YUV 207.23 72 137.11 -
System Red Green Blue C M Y K H S L
Decimal 220 220 108 0 0 0.51 0.14 60 0.62 0.64
Hex DC DC 6C 0 0 33 E 3C 3E 40
Octal 334 334 154 0 0 63 16 74 76 100
Binary 11011100 11011100 1101100 0 0 110011 1110 111100 111110 1000000

Color Harmonies of #DCDC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDC6C

Black with #DCDC6C

Text Example


Text Example

White with #DCDC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDC6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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