Html Css Color HEX #D5C6AF Stark White

📋 copy color: '#D5C6AF'

red 213 ◦ green 198 ◦ blue 175

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

Shades of Stark White #D5C6AF

Tints of Stark White #D5C6AF

RGB

 RED value IS 213 (83.59% from 255) = 36.35%

 GREEN value IS 198 (77.73% from 255) = 33.79%

 BLUE value IS 175 (68.75% from 255) = 29.86%

R = 36.35%
G = 33.79%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D5C6AF (or 0xD5C6AF) is known color: Stark White. HEX triplet: D5, C6 and AF. RGB value is (213,198,175). Sum of RGB (Red+Green+Blue) = 213+198+175=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 175 (68.75% from 255 or 29.86% from 586); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C6AF is #2A3950. Grayscale: #C7C7C7. Windows color (decimal): -2767185 or 11519701. OLE color: 11519701.

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

Color convert

RGB 213 198 175 -
CMYK 0 0.07 0.18 0.16
HSL 36.32º 0.31% 0.76% -
HSV(B) 36.32º 0.18% 0.84% -
XYZ 55.37 57.63 48.76 -
YUV 199.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 213 198 175 0 0.07 0.18 0.16 36.32 0.31 0.76
Hex D5 C6 AF 0 7 12 10 24 1F 4C
Octal 325 306 257 0 7 22 20 44 37 114
Binary 11010101 11000110 10101111 0 111 10010 10000 100100 11111 1001100

Color Harmonies of #D5C6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C6AF

Black with #D5C6AF

Text Example


Text Example

White with #D5C6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C6AF; }

 p { color: rgb(213,198,175); }

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

background-color css

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

 a { background-color: rgb(213,198,175); }

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

border-color css

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

 span { border-color: rgb(213,198,175); }

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