Html Css Color HEX #D7CA88 Sandwisp

📋 copy color: '#D7CA88'

red 215 ◦ green 202 ◦ blue 136

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

Shades of Sandwisp #D7CA88

Tints of Sandwisp #D7CA88

RGB

 RED value IS 215 (84.38% from 255) = 38.88%

 GREEN value IS 202 (79.3% from 255) = 36.53%

 BLUE value IS 136 (53.52% from 255) = 24.59%

R = 38.88%
G = 36.53%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D7CA88 (or 0xD7CA88) is known color: Sandwisp. HEX triplet: D7, CA and 88. RGB value is (215,202,136). Sum of RGB (Red+Green+Blue) = 215+202+136=553 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.88% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 136 (53.52% from 255 or 24.59% from 553); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7CA88 is #283577. Grayscale: #C6C6C6. Windows color (decimal): -2635128 or 8964823. OLE color: 8964823.

HSL color Cylindrical-coordinate representation of color #D7CA88: hue angle of 50.13º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7CA88 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 202 136 -
CMYK 0 0.06 0.37 0.16
HSL 50.13º 0.5% 0.69% -
HSV(B) 50.13º 0.37% 0.84% -
XYZ 53.59 58.47 31.75 -
YUV 198.36 92.81 139.87 -
System Red Green Blue C M Y K H S L
Decimal 215 202 136 0 0.06 0.37 0.16 50.13 0.5 0.69
Hex D7 CA 88 0 6 25 10 32 32 45
Octal 327 312 210 0 6 45 20 62 62 105
Binary 11010111 11001010 10001000 0 110 100101 10000 110010 110010 1000101

Color Harmonies of #D7CA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CA88

Black with #D7CA88

Text Example


Text Example

White with #D7CA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CA88; }

 p { color: rgb(215,202,136); }

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

background-color css

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

 a { background-color: rgb(215,202,136); }

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

border-color css

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

 span { border-color: rgb(215,202,136); }

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