Html Css Color HEX #D4DABD Harp

📋 copy color: '#D4DABD'

red 212 ◦ green 218 ◦ blue 189

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

Shades of Harp #D4DABD

Tints of Harp #D4DABD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.22%

 BLUE value IS 189 (74.22% from 255) = 30.53%

R = 34.25%
G = 35.22%
B = 30.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.13

 K value IS 0.15

RGB Variations

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

Color information

#D4DABD (or 0xD4DABD) is known color: Harp. HEX triplet: D4, DA and BD. RGB value is (212,218,189). Sum of RGB (Red+Green+Blue) = 212+218+189=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 189 (74.22% from 255 or 30.53% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DABD is #2B2542. Grayscale: #D5D5D5. Windows color (decimal): -2827587 or 12442324. OLE color: 12442324.

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

Color convert

RGB 212 218 189 -
CMYK 0.03 0 0.13 0.15
HSL 72.41º 0.28% 0.8% -
HSV(B) 72.41º 0.13% 0.85% -
XYZ 61.41 67.81 58 -
YUV 212.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 212 218 189 0.03 0 0.13 0.15 72.41 0.28 0.8
Hex D4 DA BD 3 0 D F 48 1C 50
Octal 324 332 275 3 0 15 17 110 34 120
Binary 11010100 11011010 10111101 11 0 1101 1111 1001000 11100 1010000

Color Harmonies of #D4DABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DABD

Black with #D4DABD

Text Example


Text Example

White with #D4DABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DABD; }

 p { color: rgb(212,218,189); }

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

background-color css

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

 a { background-color: rgb(212,218,189); }

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

border-color css

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

 span { border-color: rgb(212,218,189); }

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