Html Css Color HEX #D0D5BD Harp

📋 copy color: '#D0D5BD'

red 208 ◦ green 213 ◦ blue 189

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

Shades of Harp #D0D5BD

Tints of Harp #D0D5BD

RGB

 RED value IS 208 (81.64% from 255) = 34.1%

 GREEN value IS 213 (83.59% from 255) = 34.92%

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

R = 34.1%
G = 34.92%
B = 30.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D0D5BD (or 0xD0D5BD) is known color: Harp. HEX triplet: D0, D5 and BD. RGB value is (208,213,189). Sum of RGB (Red+Green+Blue) = 208+213+189=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5BD is #2F2A42. Grayscale: #D0D0D0. Windows color (decimal): -3091011 or 12441040. OLE color: 12441040.

HSL color Cylindrical-coordinate representation of color #D0D5BD: hue angle of 72.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0D5BD is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 208 213 189 -
CMYK 0.02 0 0.11 0.16
HSL 72.5º 0.22% 0.79% -
HSV(B) 72.5º 0.11% 0.84% -
XYZ 58.99 64.67 57.52 -
YUV 208.77 116.84 127.45 -
System Red Green Blue C M Y K H S L
Decimal 208 213 189 0.02 0 0.11 0.16 72.5 0.22 0.79
Hex D0 D5 BD 2 0 B 10 48 16 4F
Octal 320 325 275 2 0 13 20 110 26 117
Binary 11010000 11010101 10111101 10 0 1011 10000 1001000 10110 1001111

Color Harmonies of #D0D5BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0D5BD

Black with #D0D5BD

Text Example


Text Example

White with #D0D5BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0D5BD; }

 p { color: rgb(208,213,189); }

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

background-color css

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

 a { background-color: rgb(208,213,189); }

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

border-color css

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

 span { border-color: rgb(208,213,189); }

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