Html Css Color HEX #D6CA76 Sandwisp

📋 copy color: '#D6CA76'

red 214 ◦ green 202 ◦ blue 118

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

Shades of Sandwisp #D6CA76

Tints of Sandwisp #D6CA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 22.1%

R = 40.07%
G = 37.83%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6CA76 (or 0xD6CA76) is known color: Sandwisp. HEX triplet: D6, CA and 76. RGB value is (214,202,118). Sum of RGB (Red+Green+Blue) = 214+202+118=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 202 (79.30% from 255 or 37.83% from 534); Blue value is 118 (46.48% from 255 or 22.10% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA76 is #293589. Grayscale: #C4C4C4. Windows color (decimal): -2700682 or 7785174. OLE color: 7785174.

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

Color convert

RGB 214 202 118 -
CMYK 0 0.06 0.45 0.16
HSL 52.5º 0.54% 0.65% -
HSV(B) 52.5º 0.45% 0.84% -
XYZ 52.12 57.85 25.56 -
YUV 196.01 83.98 140.83 -
System Red Green Blue C M Y K H S L
Decimal 214 202 118 0 0.06 0.45 0.16 52.5 0.54 0.65
Hex D6 CA 76 0 6 2D 10 34 36 41
Octal 326 312 166 0 6 55 20 64 66 101
Binary 11010110 11001010 1110110 0 110 101101 10000 110100 110110 1000001

Color Harmonies of #D6CA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA76

Black with #D6CA76

Text Example


Text Example

White with #D6CA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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