#D3D8B1

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

Shades of Orinoco #D3D8B1

Tints of Orinoco #D3D8B1

Color information

#D3D8B1 (or 0xD3D8B1) is unknown color: approx Orinoco. HEX triplet: D3, D8 and B1. RGB value is (211,216,177). Sum of RGB (Red+Green+Blue) = 211+216+177=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 177 (69.53% from 255 or 29.30% from 604); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D8B1 is #2C274E. Grayscale: #D2D2D2. Windows color (decimal): -2893647 or 11655379. OLE color: 11655379.

HSL color Cylindrical-coordinate representation of color #D3D8B1: hue angle of 67.69º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3D8B1 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB211216177-
CMYK0.0200.180.15
HSL67.69º33.33%77.06%-
HSV(B)67.69º18.06%84.71%-
XYZ59.3666.1351.23-
YUV210.06109.34128.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.93%
GREEN value IS 216 (84.77% from 255) = 35.76%
BLUE value IS 177 (69.53% from 255) = 29.30%
R=34.93%
G=35.76%
B=29.30%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112161770.0200.180.1567.6933.3377.06
HexD3D8B12012F44214d
Octal32333026120221710441115
Binary11010011110110001011000110010010111110001001000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D8B1; }

 p { color: rgb(211,216,177); }

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

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

 a { background-color: rgb(211,216,177); }

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

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

 span { border-color: rgb(211,216,177); }

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