Html Css Color HEX #DCCC65 Golden Sand

📋 copy color: '#DCCC65'

red 220 ◦ green 204 ◦ blue 101

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

Shades of Golden Sand #DCCC65

Tints of Golden Sand #DCCC65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.24%

R = 41.9%
G = 38.86%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DCCC65 (or 0xDCCC65) is known color: Golden Sand. HEX triplet: DC, CC and 65. RGB value is (220,204,101). Sum of RGB (Red+Green+Blue) = 220+204+101=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC65 is #23339A. Grayscale: #C5C5C5. Windows color (decimal): -2306971 or 6671580. OLE color: 6671580.

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

Color convert

RGB 220 204 101 -
CMYK 0 0.07 0.54 0.14
HSL 51.93º 0.63% 0.63% -
HSV(B) 51.93º 0.54% 0.86% -
XYZ 53.46 59.34 20.95 -
YUV 197.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 220 204 101 0 0.07 0.54 0.14 51.93 0.63 0.63
Hex DC CC 65 0 7 36 E 34 3F 3F
Octal 334 314 145 0 7 66 16 64 77 77
Binary 11011100 11001100 1100101 0 111 110110 1110 110100 111111 111111

Color Harmonies of #DCCC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC65

Black with #DCCC65

Text Example


Text Example

White with #DCCC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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