Html Css Color HEX #D4DCBA Harp

📋 copy color: '#D4DCBA'

red 212 ◦ green 220 ◦ blue 186

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

Shades of Harp #D4DCBA

Tints of Harp #D4DCBA

RGB

 RED value IS 212 (83.2% from 255) = 34.3%

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

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

R = 34.3%
G = 35.6%
B = 30.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#D4DCBA (or 0xD4DCBA) is known color: Harp. HEX triplet: D4, DC and BA. RGB value is (212,220,186). Sum of RGB (Red+Green+Blue) = 212+220+186=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 220 (86.33% from 255 or 35.60% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCBA is #2B2345. Grayscale: #D5D5D5. Windows color (decimal): -2827078 or 12246228. OLE color: 12246228.

HSL color Cylindrical-coordinate representation of color #D4DCBA: hue angle of 74.12º 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 #D4DCBA is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 186 -
CMYK 0.04 0 0.15 0.14
HSL 74.12º 0.33% 0.8% -
HSV(B) 74.12º 0.15% 0.86% -
XYZ 61.61 68.73 56.47 -
YUV 213.73 112.35 126.76 -
System Red Green Blue C M Y K H S L
Decimal 212 220 186 0.04 0 0.15 0.14 74.12 0.33 0.8
Hex D4 DC BA 4 0 F E 4A 21 50
Octal 324 334 272 4 0 17 16 112 41 120
Binary 11010100 11011100 10111010 100 0 1111 1110 1001010 100001 1010000

Color Harmonies of #D4DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DCBA

Black with #D4DCBA

Text Example


Text Example

White with #D4DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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