#D3DBA4

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

Shades of Orinoco #D3DBA4

Tints of Orinoco #D3DBA4

Color information

#D3DBA4 (or 0xD3DBA4) is unknown color: approx Orinoco. HEX triplet: D3, DB and A4. RGB value is (211,219,164). Sum of RGB (Red+Green+Blue) = 211+219+164=594 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.52% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 164 (64.45% from 255 or 27.61% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DBA4 is #2C245B. Grayscale: #D2D2D2. Windows color (decimal): -2892892 or 10804179. OLE color: 10804179.

HSL color Cylindrical-coordinate representation of color #D3DBA4: hue angle of 68.73º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D3DBA4 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB211219164-
CMYK0.0400.250.14
HSL68.73º43.31%75.1%-
HSV(B)68.73º25.11%85.88%-
XYZ58.967.1944.99-
YUV210.34101.85128.47-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.52%
GREEN value IS 219 (85.94% from 255) = 36.87%
BLUE value IS 164 (64.45% from 255) = 27.61%
R=35.52%
G=36.87%
B=27.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112191640.0400.250.1468.7343.3175.1
HexD3DBA44019E452b4b
Octal32333324440311610553113
Binary110100111101101110100100100011001111010001011010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBA4; }

 p { color: rgb(211,219,164); }

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

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

 a { background-color: rgb(211,219,164); }

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

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

 span { border-color: rgb(211,219,164); }

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