Html Css Color HEX #D7CA7C Sandwisp

📋 copy color: '#D7CA7C'

red 215 ◦ green 202 ◦ blue 124

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

Shades of Sandwisp #D7CA7C

Tints of Sandwisp #D7CA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.92%

R = 39.74%
G = 37.34%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D7CA7C (or 0xD7CA7C) is known color: Sandwisp. HEX triplet: D7, CA and 7C. RGB value is (215,202,124). Sum of RGB (Red+Green+Blue) = 215+202+124=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D7CA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7CA7C is #283583. Grayscale: #C5C5C5. Windows color (decimal): -2635140 or 8178391. OLE color: 8178391.

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

Color convert

RGB 215 202 124 -
CMYK 0 0.06 0.42 0.16
HSL 51.43º 0.53% 0.66% -
HSV(B) 51.43º 0.42% 0.84% -
XYZ 52.78 58.14 27.51 -
YUV 197 86.81 140.84 -
System Red Green Blue C M Y K H S L
Decimal 215 202 124 0 0.06 0.42 0.16 51.43 0.53 0.66
Hex D7 CA 7C 0 6 2A 10 33 35 42
Octal 327 312 174 0 6 52 20 63 65 102
Binary 11010111 11001010 1111100 0 110 101010 10000 110011 110101 1000010

Color Harmonies of #D7CA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7CA7C

Black with #D7CA7C

Text Example


Text Example

White with #D7CA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7CA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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