Html Css Color HEX #D6CBA7 Parchment

📋 copy color: '#D6CBA7'

red 214 ◦ green 203 ◦ blue 167

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

Shades of Parchment #D6CBA7

Tints of Parchment #D6CBA7

RGB

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

 GREEN value IS 203 (79.69% from 255) = 34.76%

 BLUE value IS 167 (65.63% from 255) = 28.6%

R = 36.64%
G = 34.76%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D6CBA7 (or 0xD6CBA7) is known color: Parchment. HEX triplet: D6, CB and A7. RGB value is (214,203,167). Sum of RGB (Red+Green+Blue) = 214+203+167=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 203 (79.69% from 255 or 34.76% from 584); Blue value is 167 (65.62% from 255 or 28.60% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6CBA7 is #293458. Grayscale: #CACACA. Windows color (decimal): -2700377 or 10996694. OLE color: 10996694.

HSL color Cylindrical-coordinate representation of color #D6CBA7: hue angle of 45.96º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D6CBA7 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 203 167 -
CMYK 0 0.05 0.22 0.16
HSL 45.96º 0.36% 0.75% -
HSV(B) 45.96º 0.22% 0.84% -
XYZ 56.06 59.8 45.15 -
YUV 202.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 214 203 167 0 0.05 0.22 0.16 45.96 0.36 0.75
Hex D6 CB A7 0 5 16 10 2E 24 4B
Octal 326 313 247 0 5 26 20 56 44 113
Binary 11010110 11001011 10100111 0 101 10110 10000 101110 100100 1001011

Color Harmonies of #D6CBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CBA7

Black with #D6CBA7

Text Example


Text Example

White with #D6CBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CBA7; }

 p { color: rgb(214,203,167); }

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

background-color css

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

 a { background-color: rgb(214,203,167); }

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

border-color css

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

 span { border-color: rgb(214,203,167); }

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