Html Css Color HEX #DCCB61 Golden Sand

📋 copy color: '#DCCB61'

red 220 ◦ green 203 ◦ blue 97

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

Shades of Golden Sand #DCCB61

Tints of Golden Sand #DCCB61

RGB

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

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

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

R = 42.31%
G = 39.04%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DCCB61 (or 0xDCCB61) is known color: Golden Sand. HEX triplet: DC, CB and 61. RGB value is (220,203,97). Sum of RGB (Red+Green+Blue) = 220+203+97=520 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.31% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 97 (38.28% from 255 or 18.65% from 520); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB61 is #23349E. Grayscale: #C4C4C4. Windows color (decimal): -2307231 or 6409180. OLE color: 6409180.

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

Color convert

RGB 220 203 97 -
CMYK 0 0.08 0.56 0.14
HSL 51.71º 0.64% 0.62% -
HSV(B) 51.71º 0.56% 0.86% -
XYZ 53.03 58.79 19.86 -
YUV 196 72.13 145.12 -
System Red Green Blue C M Y K H S L
Decimal 220 203 97 0 0.08 0.56 0.14 51.71 0.64 0.62
Hex DC CB 61 0 8 38 E 34 40 3E
Octal 334 313 141 0 10 70 16 64 100 76
Binary 11011100 11001011 1100001 0 1000 111000 1110 110100 1000000 111110

Color Harmonies of #DCCB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB61

Black with #DCCB61

Text Example


Text Example

White with #DCCB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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