#D5DCA3

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

Shades of Orinoco #D5DCA3

Tints of Orinoco #D5DCA3

Color information

#D5DCA3 (or 0xD5DCA3) is unknown color: approx Orinoco. HEX triplet: D5, DC and A3. RGB value is (213,220,163). Sum of RGB (Red+Green+Blue) = 213+220+163=596 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.74% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 163 (64.06% from 255 or 27.35% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DCA3 is #2A235C. Grayscale: #D3D3D3. Windows color (decimal): -2761565 or 10738901. OLE color: 10738901.

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

Color convert

RGB213220163-
CMYK0.0300.260.14
HSL67.37º44.88%75.1%-
HSV(B)67.37º25.91%86.27%-
XYZ59.6467.9844.63-
YUV211.41100.68129.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.74%
GREEN value IS 220 (86.33% from 255) = 36.91%
BLUE value IS 163 (64.06% from 255) = 27.35%
R=35.74%
G=36.91%
B=27.35%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132201630.0300.260.1467.3744.8875.1
HexD5DCA3301AE432d4b
Octal32533424330321610355113
Binary11010101110111001010001111011010111010000111011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCA3; }

 p { color: rgb(213,220,163); }

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

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

 a { background-color: rgb(213,220,163); }

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

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

 span { border-color: rgb(213,220,163); }

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