Html Css Color HEX #D2CBAD Parchment

📋 copy color: '#D2CBAD'

red 210 ◦ green 203 ◦ blue 173

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

Shades of Parchment #D2CBAD

Tints of Parchment #D2CBAD

RGB

 RED value IS 210 (82.42% from 255) = 35.84%

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

 BLUE value IS 173 (67.97% from 255) = 29.52%

R = 35.84%
G = 34.64%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D2CBAD (or 0xD2CBAD) is known color: Parchment. HEX triplet: D2, CB and AD. RGB value is (210,203,173). Sum of RGB (Red+Green+Blue) = 210+203+173=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2CBAD is #2D3452. Grayscale: #C9C9C9. Windows color (decimal): -2962515 or 11389906. OLE color: 11389906.

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

Color convert

RGB 210 203 173 -
CMYK 0 0.03 0.18 0.18
HSL 48.65º 0.29% 0.75% -
HSV(B) 48.65º 0.18% 0.82% -
XYZ 55.48 59.43 48.08 -
YUV 201.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 210 203 173 0 0.03 0.18 0.18 48.65 0.29 0.75
Hex D2 CB AD 0 3 12 12 31 1D 4B
Octal 322 313 255 0 3 22 22 61 35 113
Binary 11010010 11001011 10101101 0 11 10010 10010 110001 11101 1001011

Color Harmonies of #D2CBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2CBAD

Black with #D2CBAD

Text Example


Text Example

White with #D2CBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2CBAD; }

 p { color: rgb(210,203,173); }

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

background-color css

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

 a { background-color: rgb(210,203,173); }

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

border-color css

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

 span { border-color: rgb(210,203,173); }

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