Html Css Color HEX #D0CAB7 Parchment

📋 copy color: '#D0CAB7'

red 208 ◦ green 202 ◦ blue 183

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

Shades of Parchment #D0CAB7

Tints of Parchment #D0CAB7

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.06%

 BLUE value IS 183 (71.88% from 255) = 30.86%

R = 35.08%
G = 34.06%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.18

RGB Variations

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

Color information

#D0CAB7 (or 0xD0CAB7) is known color: Parchment. HEX triplet: D0, CA and B7. RGB value is (208,202,183). Sum of RGB (Red+Green+Blue) = 208+202+183=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 202 (79.30% from 255 or 34.06% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CAB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CAB7 is #2F3548. Grayscale: #C9C9C9. Windows color (decimal): -3093833 or 12045008. OLE color: 12045008.

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

Color convert

RGB 208 202 183 -
CMYK 0 0.03 0.12 0.18
HSL 45.6º 0.21% 0.77% -
HSV(B) 45.6º 0.12% 0.82% -
XYZ 55.68 59.07 53.27 -
YUV 201.63 117.49 132.54 -
System Red Green Blue C M Y K H S L
Decimal 208 202 183 0 0.03 0.12 0.18 45.6 0.21 0.77
Hex D0 CA B7 0 3 C 12 2E 15 4D
Octal 320 312 267 0 3 14 22 56 25 115
Binary 11010000 11001010 10110111 0 11 1100 10010 101110 10101 1001101

Color Harmonies of #D0CAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CAB7

Black with #D0CAB7

Text Example


Text Example

White with #D0CAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CAB7; }

 p { color: rgb(208,202,183); }

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

background-color css

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

 a { background-color: rgb(208,202,183); }

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

border-color css

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

 span { border-color: rgb(208,202,183); }

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