Html Css Color HEX #D5DCBA Harp

📋 copy color: '#D5DCBA'

red 213 ◦ green 220 ◦ blue 186

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

Shades of Harp #D5DCBA

Tints of Harp #D5DCBA

RGB

 RED value IS 213 (83.59% from 255) = 34.41%

 GREEN value IS 220 (86.33% from 255) = 35.54%

 BLUE value IS 186 (73.05% from 255) = 30.05%

R = 34.41%
G = 35.54%
B = 30.05%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#D5DCBA (or 0xD5DCBA) is known color: Harp. HEX triplet: D5, DC and BA. RGB value is (213,220,186). Sum of RGB (Red+Green+Blue) = 213+220+186=619 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.41% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DCBA is #2A2345. Grayscale: #D6D6D6. Windows color (decimal): -2761542 or 12246229. OLE color: 12246229.

HSL color Cylindrical-coordinate representation of color #D5DCBA: hue angle of 72.35º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5DCBA is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 213 220 186 -
CMYK 0.03 0 0.15 0.14
HSL 72.35º 0.33% 0.8% -
HSV(B) 72.35º 0.15% 0.86% -
XYZ 61.9 68.88 56.49 -
YUV 214.03 112.18 127.26 -
System Red Green Blue C M Y K H S L
Decimal 213 220 186 0.03 0 0.15 0.14 72.35 0.33 0.8
Hex D5 DC BA 3 0 F E 48 21 50
Octal 325 334 272 3 0 17 16 110 41 120
Binary 11010101 11011100 10111010 11 0 1111 1110 1001000 100001 1010000

Color Harmonies of #D5DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5DCBA

Black with #D5DCBA

Text Example


Text Example

White with #D5DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5DCBA; }

 p { color: rgb(213,220,186); }

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

background-color css

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

 a { background-color: rgb(213,220,186); }

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

border-color css

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

 span { border-color: rgb(213,220,186); }

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