Html Css Color HEX #D5C5AF Stark White

📋 copy color: '#D5C5AF'

red 213 ◦ green 197 ◦ blue 175

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

Shades of Stark White #D5C5AF

Tints of Stark White #D5C5AF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.68%

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

R = 36.41%
G = 33.68%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D5C5AF (or 0xD5C5AF) is known color: Stark White. HEX triplet: D5, C5 and AF. RGB value is (213,197,175). Sum of RGB (Red+Green+Blue) = 213+197+175=585 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.41% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5C5AF is #2A3A50. Grayscale: #C7C7C7. Windows color (decimal): -2767441 or 11519445. OLE color: 11519445.

HSL color Cylindrical-coordinate representation of color #D5C5AF: hue angle of 34.74º 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 #D5C5AF is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 197 175 -
CMYK 0 0.08 0.18 0.16
HSL 34.74º 0.31% 0.76% -
HSV(B) 34.74º 0.18% 0.84% -
XYZ 55.14 57.17 48.69 -
YUV 199.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 213 197 175 0 0.08 0.18 0.16 34.74 0.31 0.76
Hex D5 C5 AF 0 8 12 10 23 1F 4C
Octal 325 305 257 0 10 22 20 43 37 114
Binary 11010101 11000101 10101111 0 1000 10010 10000 100011 11111 1001100

Color Harmonies of #D5C5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C5AF

Black with #D5C5AF

Text Example


Text Example

White with #D5C5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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