Html Css Color HEX #D6C878 Sandwisp

📋 copy color: '#D6C878'

red 214 ◦ green 200 ◦ blue 120

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

Shades of Sandwisp #D6C878

Tints of Sandwisp #D6C878

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.45%

 BLUE value IS 120 (47.27% from 255) = 22.47%

R = 40.07%
G = 37.45%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D6C878 (or 0xD6C878) is known color: Sandwisp. HEX triplet: D6, C8 and 78. RGB value is (214,200,120). Sum of RGB (Red+Green+Blue) = 214+200+120=534 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.07% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 120 (47.27% from 255 or 22.47% from 534); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C878 is #293787. Grayscale: #C3C3C3. Windows color (decimal): -2701192 or 7915734. OLE color: 7915734.

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

Color convert

RGB 214 200 120 -
CMYK 0 0.07 0.44 0.16
HSL 51.06º 0.53% 0.65% -
HSV(B) 51.06º 0.44% 0.84% -
XYZ 51.78 56.96 26.03 -
YUV 195.07 85.64 141.5 -
System Red Green Blue C M Y K H S L
Decimal 214 200 120 0 0.07 0.44 0.16 51.06 0.53 0.65
Hex D6 C8 78 0 7 2C 10 33 35 41
Octal 326 310 170 0 7 54 20 63 65 101
Binary 11010110 11001000 1111000 0 111 101100 10000 110011 110101 1000001

Color Harmonies of #D6C878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C878

Black with #D6C878

Text Example


Text Example

White with #D6C878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C878; }

 p { color: rgb(214,200,120); }

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

background-color css

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

 a { background-color: rgb(214,200,120); }

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

border-color css

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

 span { border-color: rgb(214,200,120); }

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