Html Css Color HEX #D0CAB0 Parchment

📋 copy color: '#D0CAB0'

red 208 ◦ green 202 ◦ blue 176

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

Shades of Parchment #D0CAB0

Tints of Parchment #D0CAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 30.03%

R = 35.49%
G = 34.47%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.18

RGB Variations

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

Color information

#D0CAB0 (or 0xD0CAB0) is known color: Parchment. HEX triplet: D0, CA and B0. RGB value is (208,202,176). Sum of RGB (Red+Green+Blue) = 208+202+176=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 202 (79.30% from 255 or 34.47% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CAB0 is #2F354F. Grayscale: #C8C8C8. Windows color (decimal): -3093840 or 11586256. OLE color: 11586256.

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

Color convert

RGB 208 202 176 -
CMYK 0 0.03 0.15 0.18
HSL 48.75º 0.25% 0.75% -
HSV(B) 48.75º 0.15% 0.82% -
XYZ 54.97 58.79 49.52 -
YUV 200.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 208 202 176 0 0.03 0.15 0.18 48.75 0.25 0.75
Hex D0 CA B0 0 3 F 12 31 19 4B
Octal 320 312 260 0 3 17 22 61 31 113
Binary 11010000 11001010 10110000 0 11 1111 10010 110001 11001 1001011

Color Harmonies of #D0CAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0CAB0

Black with #D0CAB0

Text Example


Text Example

White with #D0CAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0CAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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