Html Css Color HEX #DCC961 Golden Sand

📋 copy color: '#DCC961'

red 220 ◦ green 201 ◦ blue 97

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

Shades of Golden Sand #DCC961

Tints of Golden Sand #DCC961

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.8%

 BLUE value IS 97 (38.28% from 255) = 18.73%

R = 42.47%
G = 38.8%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCC961 (or 0xDCC961) is known color: Golden Sand. HEX triplet: DC, C9 and 61. RGB value is (220,201,97). Sum of RGB (Red+Green+Blue) = 220+201+97=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 201 (78.91% from 255 or 38.80% from 518); Blue value is 97 (38.28% from 255 or 18.73% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC961 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC961 is #23369E. Grayscale: #C3C3C3. Windows color (decimal): -2307743 or 6408668. OLE color: 6408668.

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

Color convert

RGB 220 201 97 -
CMYK 0 0.09 0.56 0.14
HSL 50.73º 0.64% 0.62% -
HSV(B) 50.73º 0.56% 0.86% -
XYZ 52.56 57.85 19.71 -
YUV 194.83 72.79 145.96 -
System Red Green Blue C M Y K H S L
Decimal 220 201 97 0 0.09 0.56 0.14 50.73 0.64 0.62
Hex DC C9 61 0 9 38 E 33 40 3E
Octal 334 311 141 0 11 70 16 63 100 76
Binary 11011100 11001001 1100001 0 1001 111000 1110 110011 1000000 111110

Color Harmonies of #DCC961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC961

Black with #DCC961

Text Example


Text Example

White with #DCC961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC961; }

 p { color: rgb(220,201,97); }

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

background-color css

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

 a { background-color: rgb(220,201,97); }

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

border-color css

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

 span { border-color: rgb(220,201,97); }

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