Html Css Color HEX #DCCB89 Sandwisp

📋 copy color: '#DCCB89'

red 220 ◦ green 203 ◦ blue 137

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

Shades of Sandwisp #DCCB89

Tints of Sandwisp #DCCB89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 24.46%

R = 39.29%
G = 36.25%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DCCB89 (or 0xDCCB89) is known color: Sandwisp. HEX triplet: DC, CB and 89. RGB value is (220,203,137). Sum of RGB (Red+Green+Blue) = 220+203+137=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 137 (53.91% from 255 or 24.46% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCCB89 is #233476. Grayscale: #C8C8C8. Windows color (decimal): -2307191 or 9030620. OLE color: 9030620.

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

Color convert

RGB 220 203 137 -
CMYK 0 0.08 0.38 0.14
HSL 47.71º 0.54% 0.7% -
HSV(B) 47.71º 0.38% 0.86% -
XYZ 55.39 59.73 32.28 -
YUV 200.56 92.13 141.87 -
System Red Green Blue C M Y K H S L
Decimal 220 203 137 0 0.08 0.38 0.14 47.71 0.54 0.7
Hex DC CB 89 0 8 26 E 30 36 46
Octal 334 313 211 0 10 46 16 60 66 106
Binary 11011100 11001011 10001001 0 1000 100110 1110 110000 110110 1000110

Color Harmonies of #DCCB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCB89

Black with #DCCB89

Text Example


Text Example

White with #DCCB89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCB89; }

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

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

background-color css

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

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

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

border-color css

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

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

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