Html Css Color HEX #DCCC5F Golden Sand

📋 copy color: '#DCCC5F'

red 220 ◦ green 204 ◦ blue 95

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

Shades of Golden Sand #DCCC5F

Tints of Golden Sand #DCCC5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.3%

R = 42.39%
G = 39.31%
B = 18.3%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DCCC5F (or 0xDCCC5F) is known color: Golden Sand. HEX triplet: DC, CC and 5F. RGB value is (220,204,95). Sum of RGB (Red+Green+Blue) = 220+204+95=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 204 (80.08% from 255 or 39.31% from 519); Blue value is 95 (37.5% from 255 or 18.30% from 519); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC5F is #2333A0. Grayscale: #C4C4C4. Windows color (decimal): -2306977 or 6278364. OLE color: 6278364.

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

Color convert

RGB 220 204 95 -
CMYK 0 0.07 0.57 0.14
HSL 52.32º 0.64% 0.62% -
HSV(B) 52.32º 0.57% 0.86% -
XYZ 53.17 59.23 19.46 -
YUV 196.36 70.8 144.86 -
System Red Green Blue C M Y K H S L
Decimal 220 204 95 0 0.07 0.57 0.14 52.32 0.64 0.62
Hex DC CC 5F 0 7 39 E 34 40 3E
Octal 334 314 137 0 7 71 16 64 100 76
Binary 11011100 11001100 1011111 0 111 111001 1110 110100 1000000 111110

Color Harmonies of #DCCC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC5F

Black with #DCCC5F

Text Example


Text Example

White with #DCCC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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