Html Css Color HEX #D4DABA Harp

📋 copy color: '#D4DABA'

red 212 ◦ green 218 ◦ blue 186

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

Shades of Harp #D4DABA

Tints of Harp #D4DABA

RGB

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

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

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

R = 34.42%
G = 35.39%
B = 30.19%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D4DABA (or 0xD4DABA) is known color: Harp. HEX triplet: D4, DA and BA. RGB value is (212,218,186). Sum of RGB (Red+Green+Blue) = 212+218+186=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 218 (85.55% from 255 or 35.39% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DABA is #2B2545. Grayscale: #D4D4D4. Windows color (decimal): -2827590 or 12245716. OLE color: 12245716.

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

Color convert

RGB 212 218 186 -
CMYK 0.03 0 0.15 0.15
HSL 71.25º 0.3% 0.79% -
HSV(B) 71.25º 0.15% 0.85% -
XYZ 61.09 67.69 56.3 -
YUV 212.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 212 218 186 0.03 0 0.15 0.15 71.25 0.3 0.79
Hex D4 DA BA 3 0 F F 47 1E 4F
Octal 324 332 272 3 0 17 17 107 36 117
Binary 11010100 11011010 10111010 11 0 1111 1111 1000111 11110 1001111

Color Harmonies of #D4DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DABA

Black with #D4DABA

Text Example


Text Example

White with #D4DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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