Html Css Color HEX #DCCA63 Golden Sand

📋 copy color: '#DCCA63'

red 220 ◦ green 202 ◦ blue 99

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

Shades of Golden Sand #DCCA63

Tints of Golden Sand #DCCA63

RGB

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

 GREEN value IS 202 (79.3% from 255) = 38.77%

 BLUE value IS 99 (39.06% from 255) = 19%

R = 42.23%
G = 38.77%
B = 19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DCCA63 (or 0xDCCA63) is known color: Golden Sand. HEX triplet: DC, CA and 63. RGB value is (220,202,99). Sum of RGB (Red+Green+Blue) = 220+202+99=521 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.23% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCA63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCA63 is #23359C. Grayscale: #C4C4C4. Windows color (decimal): -2307485 or 6539996. OLE color: 6539996.

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

Color convert

RGB 220 202 99 -
CMYK 0 0.08 0.55 0.14
HSL 51.07º 0.63% 0.63% -
HSV(B) 51.07º 0.55% 0.86% -
XYZ 52.89 58.36 20.28 -
YUV 195.64 73.46 145.38 -
System Red Green Blue C M Y K H S L
Decimal 220 202 99 0 0.08 0.55 0.14 51.07 0.63 0.63
Hex DC CA 63 0 8 37 E 33 3F 3F
Octal 334 312 143 0 10 67 16 63 77 77
Binary 11011100 11001010 1100011 0 1000 110111 1110 110011 111111 111111

Color Harmonies of #DCCA63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCA63

Black with #DCCA63

Text Example


Text Example

White with #DCCA63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCA63; }

 p { color: rgb(220,202,99); }

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

background-color css

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

 a { background-color: rgb(220,202,99); }

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

border-color css

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

 span { border-color: rgb(220,202,99); }

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