Html Css Color HEX #DCCB63 Golden Sand

📋 copy color: '#DCCB63'

red 220 ◦ green 203 ◦ blue 99

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

Shades of Golden Sand #DCCB63

Tints of Golden Sand #DCCB63

RGB

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

 GREEN value IS 203 (79.69% from 255) = 38.89%

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

R = 42.15%
G = 38.89%
B = 18.97%

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

#DCCB63 (or 0xDCCB63) is known color: Golden Sand. HEX triplet: DC, CB and 63. RGB value is (220,203,99). Sum of RGB (Red+Green+Blue) = 220+203+99=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 203 (79.69% from 255 or 38.89% from 522); Blue value is 99 (39.06% from 255 or 18.97% from 522); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB63 is #23349C. Grayscale: #C4C4C4. Windows color (decimal): -2307229 or 6540252. OLE color: 6540252.

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

Color convert

RGB 220 203 99 -
CMYK 0 0.08 0.55 0.14
HSL 51.57º 0.63% 0.63% -
HSV(B) 51.57º 0.55% 0.86% -
XYZ 53.12 58.83 20.36 -
YUV 196.23 73.13 144.96 -
System Red Green Blue C M Y K H S L
Decimal 220 203 99 0 0.08 0.55 0.14 51.57 0.63 0.63
Hex DC CB 63 0 8 37 E 34 3F 3F
Octal 334 313 143 0 10 67 16 64 77 77
Binary 11011100 11001011 1100011 0 1000 110111 1110 110100 111111 111111

Color Harmonies of #DCCB63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB63

Black with #DCCB63

Text Example


Text Example

White with #DCCB63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB63; }

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

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

background-color css

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

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

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

border-color css

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

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

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