Html Css Color HEX #D6CA80 Sandwisp

📋 copy color: '#D6CA80'

red 214 ◦ green 202 ◦ blue 128

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

Shades of Sandwisp #D6CA80

Tints of Sandwisp #D6CA80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.53%

R = 39.34%
G = 37.13%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D6CA80 (or 0xD6CA80) is known color: Sandwisp. HEX triplet: D6, CA and 80. RGB value is (214,202,128). Sum of RGB (Red+Green+Blue) = 214+202+128=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 128 (50.39% from 255 or 23.53% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CA80 is #29357F. Grayscale: #C5C5C5. Windows color (decimal): -2700672 or 8440534. OLE color: 8440534.

HSL color Cylindrical-coordinate representation of color #D6CA80: hue angle of 51.63º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6CA80 is Cyan = 0, Magento = 0.06, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 202 128 -
CMYK 0 0.06 0.40 0.16
HSL 51.63º 0.51% 0.67% -
HSV(B) 51.63º 0.4% 0.84% -
XYZ 52.75 58.1 28.86 -
YUV 197.15 88.98 140.02 -
System Red Green Blue C M Y K H S L
Decimal 214 202 128 0 0.06 0.40 0.16 51.63 0.51 0.67
Hex D6 CA 80 0 6 28 10 34 33 43
Octal 326 312 200 0 6 50 20 64 63 103
Binary 11010110 11001010 10000000 0 110 101000 10000 110100 110011 1000011

Color Harmonies of #D6CA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA80

Black with #D6CA80

Text Example


Text Example

White with #D6CA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA80; }

 p { color: rgb(214,202,128); }

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

background-color css

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

 a { background-color: rgb(214,202,128); }

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

border-color css

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

 span { border-color: rgb(214,202,128); }

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