#D5DC9D

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

Shades of Orinoco #D5DC9D

Tints of Orinoco #D5DC9D

Color information

#D5DC9D (or 0xD5DC9D) is unknown color: approx Orinoco. HEX triplet: D5, DC and 9D. RGB value is (213,220,157). Sum of RGB (Red+Green+Blue) = 213+220+157=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 157 (61.72% from 255 or 26.61% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DC9D is #2A2362. Grayscale: #D2D2D2. Windows color (decimal): -2761571 or 10345685. OLE color: 10345685.

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

Color convert

RGB213220157-
CMYK0.0300.290.14
HSL66.67º47.37%73.92%-
HSV(B)66.67º28.64%86.27%-
XYZ59.1267.7741.86-
YUV210.7297.68129.62-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.10%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 157 (61.72% from 255) = 26.61%
R=36.10%
G=37.29%
B=26.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132201570.0300.290.1466.6747.3773.92
HexD5DC9D301DE432f4a
Octal32533423530351610357112
Binary11010101110111001001110111011101111010000111011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DC9D; }

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

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

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

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

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

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

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

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