Html Css Color HEX #DCCC60 Golden Sand

📋 copy color: '#DCCC60'

red 220 ◦ green 204 ◦ blue 96

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

Shades of Golden Sand #DCCC60

Tints of Golden Sand #DCCC60

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.23%

 BLUE value IS 96 (37.89% from 255) = 18.46%

R = 42.31%
G = 39.23%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCCC60 (or 0xDCCC60) is known color: Golden Sand. HEX triplet: DC, CC and 60. RGB value is (220,204,96). Sum of RGB (Red+Green+Blue) = 220+204+96=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC60 is #23339F. Grayscale: #C4C4C4. Windows color (decimal): -2306976 or 6343900. OLE color: 6343900.

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

Color convert

RGB 220 204 96 -
CMYK 0 0.07 0.56 0.14
HSL 52.26º 0.64% 0.62% -
HSV(B) 52.26º 0.56% 0.86% -
XYZ 53.22 59.25 19.7 -
YUV 196.47 71.3 144.78 -
System Red Green Blue C M Y K H S L
Decimal 220 204 96 0 0.07 0.56 0.14 52.26 0.64 0.62
Hex DC CC 60 0 7 38 E 34 40 3E
Octal 334 314 140 0 7 70 16 64 100 76
Binary 11011100 11001100 1100000 0 111 111000 1110 110100 1000000 111110

Color Harmonies of #DCCC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC60

Black with #DCCC60

Text Example


Text Example

White with #DCCC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC60; }

 p { color: rgb(220,204,96); }

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

background-color css

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

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

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

border-color css

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

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

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