Html Css Color HEX #D0C6AA Parchment

📋 copy color: '#D0C6AA'

red 208 ◦ green 198 ◦ blue 170

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

Shades of Parchment #D0C6AA

Tints of Parchment #D0C6AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.51%

R = 36.11%
G = 34.38%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D0C6AA (or 0xD0C6AA) is known color: Parchment. HEX triplet: D0, C6 and AA. RGB value is (208,198,170). Sum of RGB (Red+Green+Blue) = 208+198+170=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0C6AA is #2F3955. Grayscale: #C5C5C5. Windows color (decimal): -3094870 or 11192016. OLE color: 11192016.

HSL color Cylindrical-coordinate representation of color #D0C6AA: hue angle of 44.21º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0C6AA is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 198 170 -
CMYK 0 0.05 0.18 0.18
HSL 44.21º 0.29% 0.74% -
HSV(B) 44.21º 0.18% 0.82% -
XYZ 53.46 56.7 46.16 -
YUV 197.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 208 198 170 0 0.05 0.18 0.18 44.21 0.29 0.74
Hex D0 C6 AA 0 5 12 12 2C 1D 4A
Octal 320 306 252 0 5 22 22 54 35 112
Binary 11010000 11000110 10101010 0 101 10010 10010 101100 11101 1001010

Color Harmonies of #D0C6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0C6AA

Black with #D0C6AA

Text Example


Text Example

White with #D0C6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0C6AA; }

 p { color: rgb(208,198,170); }

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

background-color css

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

 a { background-color: rgb(208,198,170); }

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

border-color css

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

 span { border-color: rgb(208,198,170); }

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