Html Css Color HEX #DCCC68 Golden Sand

📋 copy color: '#DCCC68'

red 220 ◦ green 204 ◦ blue 104

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

Shades of Golden Sand #DCCC68

Tints of Golden Sand #DCCC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.7%

R = 41.67%
G = 38.64%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DCCC68 (or 0xDCCC68) is known color: Golden Sand. HEX triplet: DC, CC and 68. RGB value is (220,204,104). Sum of RGB (Red+Green+Blue) = 220+204+104=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 204 (80.08% from 255 or 38.64% from 528); Blue value is 104 (41.02% from 255 or 19.70% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCC68 is #233397. Grayscale: #C5C5C5. Windows color (decimal): -2306968 or 6868188. OLE color: 6868188.

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

Color convert

RGB 220 204 104 -
CMYK 0 0.07 0.53 0.14
HSL 51.72º 0.62% 0.64% -
HSV(B) 51.72º 0.53% 0.86% -
XYZ 53.61 59.4 21.74 -
YUV 197.38 75.3 144.13 -
System Red Green Blue C M Y K H S L
Decimal 220 204 104 0 0.07 0.53 0.14 51.72 0.62 0.64
Hex DC CC 68 0 7 35 E 34 3E 40
Octal 334 314 150 0 7 65 16 64 76 100
Binary 11011100 11001100 1101000 0 111 110101 1110 110100 111110 1000000

Color Harmonies of #DCCC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCC68

Black with #DCCC68

Text Example


Text Example

White with #DCCC68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCC68; }

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

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

background-color css

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

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

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

border-color css

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

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

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