#D3E0B0

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

Shades of Orinoco #D3E0B0

Tints of Orinoco #D3E0B0

Color information

#D3E0B0 (or 0xD3E0B0) is unknown color: approx Orinoco. HEX triplet: D3, E0 and B0. RGB value is (211,224,176). Sum of RGB (Red+Green+Blue) = 211+224+176=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 224 (87.89% from 255 or 36.66% from 611); Blue value is 176 (69.14% from 255 or 28.81% from 611); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E0B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E0B0 is #2C1F4F. Grayscale: #D6D6D6. Windows color (decimal): -2891600 or 11591891. OLE color: 11591891.

HSL color Cylindrical-coordinate representation of color #D3E0B0: hue angle of 76.25º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3E0B0 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.12.

Color convert

RGB211224176-
CMYK0.0600.210.12
HSL76.25º43.64%78.43%-
HSV(B)76.25º21.43%87.84%-
XYZ61.3670.2951.41-
YUV214.64106.19125.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.53%
GREEN value IS 224 (87.89% from 255) = 36.66%
BLUE value IS 176 (69.14% from 255) = 28.81%
R=34.53%
G=36.66%
B=28.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2112241760.0600.210.1276.2543.6478.43
HexD3E0B06015C4c2c4e
Octal32334026060251411454116
Binary110100111110000010110000110010101110010011001011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E0B0; }

 p { color: rgb(211,224,176); }

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

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

 a { background-color: rgb(211,224,176); }

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

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

 span { border-color: rgb(211,224,176); }

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