Html Css Color HEX #D0C9AE Parchment

📋 copy color: '#D0C9AE'

red 208 ◦ green 201 ◦ blue 174

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

Shades of Parchment #D0C9AE

Tints of Parchment #D0C9AE

RGB

 RED value IS 208 (81.64% from 255) = 35.68%

 GREEN value IS 201 (78.91% from 255) = 34.48%

 BLUE value IS 174 (68.36% from 255) = 29.85%

R = 35.68%
G = 34.48%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#D0C9AE (or 0xD0C9AE) is known color: Parchment. HEX triplet: D0, C9 and AE. RGB value is (208,201,174). Sum of RGB (Red+Green+Blue) = 208+201+174=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 201 (78.91% from 255 or 34.48% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C9AE is #2F3651. Grayscale: #C8C8C8. Windows color (decimal): -3094098 or 11454928. OLE color: 11454928.

HSL color Cylindrical-coordinate representation of color #D0C9AE: hue angle of 47.65º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0C9AE is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 201 174 -
CMYK 0 0.03 0.16 0.18
HSL 47.65º 0.27% 0.75% -
HSV(B) 47.65º 0.16% 0.82% -
XYZ 54.54 58.24 48.41 -
YUV 200.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 208 201 174 0 0.03 0.16 0.18 47.65 0.27 0.75
Hex D0 C9 AE 0 3 10 12 30 1B 4B
Octal 320 311 256 0 3 20 22 60 33 113
Binary 11010000 11001001 10101110 0 11 10000 10010 110000 11011 1001011

Color Harmonies of #D0C9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C9AE

Black with #D0C9AE

Text Example


Text Example

White with #D0C9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C9AE; }

 p { color: rgb(208,201,174); }

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

background-color css

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

 a { background-color: rgb(208,201,174); }

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

border-color css

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

 span { border-color: rgb(208,201,174); }

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