#D4D7C4

Color #D4D7C4 Harp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harp #D4D7C4

Tints of Harp #D4D7C4

Color information

#D4D7C4 (or 0xD4D7C4) is unknown color: approx Harp. HEX triplet: D4, D7 and C4. RGB value is (212,215,196). Sum of RGB (Red+Green+Blue) = 212+215+196=623 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.03% from 623); Green value is 215 (84.38% from 255 or 34.51% from 623); Blue value is 196 (76.95% from 255 or 31.46% from 623); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D7C4 is #2B283B. Grayscale: #D4D4D4. Windows color (decimal): -2828348 or 12900308. OLE color: 12900308.

HSL color Cylindrical-coordinate representation of color #D4D7C4: hue angle of 69.47º degrees, saturation: 0.19, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D4D7C4 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB212215196-
CMYK0.0100.090.16
HSL69.47º19.19%80.59%-
HSV(B)69.47º8.84%84.31%-
XYZ61.4266.5861.84-
YUV211.94119.01128.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.03%
GREEN value IS 215 (84.38% from 255) = 34.51%
BLUE value IS 196 (76.95% from 255) = 31.46%
R=34.03%
G=34.51%
B=31.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122151960.0100.090.1669.4719.1980.59
HexD4D7C410910451351
Octal32432730410112010523121
Binary110101001101011111000100101001100001000101100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D7C4; }

 p { color: rgb(212,215,196); }

 H1.HeaderClassName
 {
   color: #D4D7C4;
 }
 .AnyTagClassName
 {
   color: #D4D7C4;
 }
</style>
background-color css

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

 a { background-color: rgb(212,215,196); }

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

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

 span { border-color: rgb(212,215,196); }

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