Html Css Color HEX #DCCD60 Golden Sand

📋 copy color: '#DCCD60'

red 220 ◦ green 205 ◦ blue 96

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

Shades of Golden Sand #DCCD60

Tints of Golden Sand #DCCD60

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.35%

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

R = 42.23%
G = 39.35%
B = 18.43%

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

#DCCD60 (or 0xDCCD60) is known color: Golden Sand. HEX triplet: DC, CD and 60. RGB value is (220,205,96). Sum of RGB (Red+Green+Blue) = 220+205+96=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 205 (80.47% from 255 or 39.35% from 521); Blue value is 96 (37.89% from 255 or 18.43% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCD60 is #23329F. Grayscale: #C5C5C5. Windows color (decimal): -2306720 or 6344156. OLE color: 6344156.

HSL color Cylindrical-coordinate representation of color #DCCD60: hue angle of 52.74º 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 #DCCD60 is Cyan = 0, Magento = 0.07, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 205 96 -
CMYK 0 0.07 0.56 0.14
HSL 52.74º 0.64% 0.62% -
HSV(B) 52.74º 0.56% 0.86% -
XYZ 53.46 59.72 19.78 -
YUV 197.06 70.97 144.36 -
System Red Green Blue C M Y K H S L
Decimal 220 205 96 0 0.07 0.56 0.14 52.74 0.64 0.62
Hex DC CD 60 0 7 38 E 35 40 3E
Octal 334 315 140 0 7 70 16 65 100 76
Binary 11011100 11001101 1100000 0 111 111000 1110 110101 1000000 111110

Color Harmonies of #DCCD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCD60

Black with #DCCD60

Text Example


Text Example

White with #DCCD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCD60; }

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

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

background-color css

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

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

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

border-color css

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

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

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