Html Css Color HEX #D4DCB9 Harp

📋 copy color: '#D4DCB9'

red 212 ◦ green 220 ◦ blue 185

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

Shades of Harp #D4DCB9

Tints of Harp #D4DCB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.98%

R = 34.36%
G = 35.66%
B = 29.98%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.14

RGB Variations

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

Color information

#D4DCB9 (or 0xD4DCB9) is known color: Harp. HEX triplet: D4, DC and B9. RGB value is (212,220,185). Sum of RGB (Red+Green+Blue) = 212+220+185=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCB9 is #2B2346. Grayscale: #D5D5D5. Windows color (decimal): -2827079 or 12180692. OLE color: 12180692.

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

Color convert

RGB 212 220 185 -
CMYK 0.04 0 0.16 0.14
HSL 73.71º 0.33% 0.79% -
HSV(B) 73.71º 0.16% 0.86% -
XYZ 61.5 68.69 55.92 -
YUV 213.62 111.85 126.85 -
System Red Green Blue C M Y K H S L
Decimal 212 220 185 0.04 0 0.16 0.14 73.71 0.33 0.79
Hex D4 DC B9 4 0 10 E 4A 21 4F
Octal 324 334 271 4 0 20 16 112 41 117
Binary 11010100 11011100 10111001 100 0 10000 1110 1001010 100001 1001111

Color Harmonies of #D4DCB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DCB9

Black with #D4DCB9

Text Example


Text Example

White with #D4DCB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DCB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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