Html Css Color HEX #D6C7B4 Stark White

📋 copy color: '#D6C7B4'

red 214 ◦ green 199 ◦ blue 180

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

Shades of Stark White #D6C7B4

Tints of Stark White #D6C7B4

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.56%

 BLUE value IS 180 (70.7% from 255) = 30.35%

R = 36.09%
G = 33.56%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#D6C7B4 (or 0xD6C7B4) is known color: Stark White. HEX triplet: D6, C7 and B4. RGB value is (214,199,180). Sum of RGB (Red+Green+Blue) = 214+199+180=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 199 (78.12% from 255 or 33.56% from 593); Blue value is 180 (70.70% from 255 or 30.35% from 593); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C7B4 is #29384B. Grayscale: #C9C9C9. Windows color (decimal): -2701388 or 11847638. OLE color: 11847638.

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

Color convert

RGB 214 199 180 -
CMYK 0 0.07 0.16 0.16
HSL 33.53º 0.29% 0.77% -
HSV(B) 33.53º 0.16% 0.84% -
XYZ 56.39 58.44 51.49 -
YUV 201.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 214 199 180 0 0.07 0.16 0.16 33.53 0.29 0.77
Hex D6 C7 B4 0 7 10 10 22 1D 4D
Octal 326 307 264 0 7 20 20 42 35 115
Binary 11010110 11000111 10110100 0 111 10000 10000 100010 11101 1001101

Color Harmonies of #D6C7B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C7B4

Black with #D6C7B4

Text Example


Text Example

White with #D6C7B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C7B4; }

 p { color: rgb(214,199,180); }

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

background-color css

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

 a { background-color: rgb(214,199,180); }

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

border-color css

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

 span { border-color: rgb(214,199,180); }

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