Html Css Color HEX #D6C97C Sandwisp

📋 copy color: '#D6C97C'

red 214 ◦ green 201 ◦ blue 124

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

Shades of Sandwisp #D6C97C

Tints of Sandwisp #D6C97C

RGB

 RED value IS 214 (83.98% from 255) = 39.7%

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

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

R = 39.7%
G = 37.29%
B = 23.01%

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

#D6C97C (or 0xD6C97C) is known color: Sandwisp. HEX triplet: D6, C9 and 7C. RGB value is (214,201,124). Sum of RGB (Red+Green+Blue) = 214+201+124=539 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.70% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C97C is #293683. Grayscale: #C4C4C4. Windows color (decimal): -2700932 or 8178134. OLE color: 8178134.

HSL color Cylindrical-coordinate representation of color #D6C97C: hue angle of 51.33º degrees, saturation: 0.52, 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 #D6C97C is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 201 124 -
CMYK 0 0.06 0.42 0.16
HSL 51.33º 0.52% 0.66% -
HSV(B) 51.33º 0.42% 0.84% -
XYZ 52.26 57.52 27.42 -
YUV 196.11 87.31 140.76 -
System Red Green Blue C M Y K H S L
Decimal 214 201 124 0 0.06 0.42 0.16 51.33 0.52 0.66
Hex D6 C9 7C 0 6 2A 10 33 34 42
Octal 326 311 174 0 6 52 20 63 64 102
Binary 11010110 11001001 1111100 0 110 101010 10000 110011 110100 1000010

Color Harmonies of #D6C97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C97C

Black with #D6C97C

Text Example


Text Example

White with #D6C97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C97C; }

 p { color: rgb(214,201,124); }

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

background-color css

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

 a { background-color: rgb(214,201,124); }

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

border-color css

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

 span { border-color: rgb(214,201,124); }

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