#D5DCAC

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

Shades of Orinoco #D5DCAC

Tints of Orinoco #D5DCAC

Color information

#D5DCAC (or 0xD5DCAC) is unknown color: approx Orinoco. HEX triplet: D5, DC and AC. RGB value is (213,220,172). Sum of RGB (Red+Green+Blue) = 213+220+172=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 172 (67.58% from 255 or 28.43% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DCAC is #2A2353. Grayscale: #D4D4D4. Windows color (decimal): -2761556 or 11328725. OLE color: 11328725.

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

Color convert

RGB213220172-
CMYK0.0300.220.14
HSL68.75º40.68%76.86%-
HSV(B)68.75º21.82%86.27%-
XYZ60.4868.3149.03-
YUV212.44105.18128.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 172 (67.58% from 255) = 28.43%
R=35.21%
G=36.36%
B=28.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132201720.0300.220.1468.7540.6876.86
HexD5DCAC3016E45294d
Octal32533425430261610551115
Binary11010101110111001010110011010110111010001011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCAC; }

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

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

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

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

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

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

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

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