Html Css Color HEX #DCC97B Sandwisp

📋 copy color: '#DCC97B'

red 220 ◦ green 201 ◦ blue 123

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

Shades of Sandwisp #DCC97B

Tints of Sandwisp #DCC97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.61%

R = 40.44%
G = 36.95%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DCC97B (or 0xDCC97B) is known color: Sandwisp. HEX triplet: DC, C9 and 7B. RGB value is (220,201,123). Sum of RGB (Red+Green+Blue) = 220+201+123=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 123 (48.44% from 255 or 22.61% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC97B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC97B is #233684. Grayscale: #C6C6C6. Windows color (decimal): -2307717 or 8112604. OLE color: 8112604.

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

Color convert

RGB 220 201 123 -
CMYK 0 0.09 0.44 0.14
HSL 48.25º 0.58% 0.67% -
HSV(B) 48.25º 0.44% 0.86% -
XYZ 53.98 58.42 27.17 -
YUV 197.79 85.79 143.84 -
System Red Green Blue C M Y K H S L
Decimal 220 201 123 0 0.09 0.44 0.14 48.25 0.58 0.67
Hex DC C9 7B 0 9 2C E 30 3A 43
Octal 334 311 173 0 11 54 16 60 72 103
Binary 11011100 11001001 1111011 0 1001 101100 1110 110000 111010 1000011

Color Harmonies of #DCC97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC97B

Black with #DCC97B

Text Example


Text Example

White with #DCC97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC97B; }

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

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

background-color css

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

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

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

border-color css

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

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

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