Html Css Color HEX #D0DCB0 Harp

📋 copy color: '#D0DCB0'

red 208 ◦ green 220 ◦ blue 176

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

Shades of Harp #D0DCB0

Tints of Harp #D0DCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.14%

R = 34.44%
G = 36.42%
B = 29.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#D0DCB0 (or 0xD0DCB0) is known color: Harp. HEX triplet: D0, DC and B0. RGB value is (208,220,176). Sum of RGB (Red+Green+Blue) = 208+220+176=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 176 (69.14% from 255 or 29.14% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DCB0 is #2F234F. Grayscale: #D3D3D3. Windows color (decimal): -3089232 or 11590864. OLE color: 11590864.

HSL color Cylindrical-coordinate representation of color #D0DCB0: hue angle of 76.36º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D0DCB0 is Cyan = 0.05, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 220 176 -
CMYK 0.05 0 0.2 0.14
HSL 76.36º 0.39% 0.78% -
HSV(B) 76.36º 0.2% 0.86% -
XYZ 59.44 67.73 51.01 -
YUV 211.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 208 220 176 0.05 0 0.2 0.14 76.36 0.39 0.78
Hex D0 DC B0 5 0 14 E 4C 27 4E
Octal 320 334 260 5 0 24 16 114 47 116
Binary 11010000 11011100 10110000 101 0 10100 1110 1001100 100111 1001110

Color Harmonies of #D0DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DCB0

Black with #D0DCB0

Text Example


Text Example

White with #D0DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DCB0; }

 p { color: rgb(208,220,176); }

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

background-color css

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

 a { background-color: rgb(208,220,176); }

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

border-color css

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

 span { border-color: rgb(208,220,176); }

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