#D4D5B3

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

Shades of Orinoco #D4D5B3

Tints of Orinoco #D4D5B3

Color information

#D4D5B3 (or 0xD4D5B3) is unknown color: approx Orinoco. HEX triplet: D4, D5 and B3. RGB value is (212,213,179). Sum of RGB (Red+Green+Blue) = 212+213+179=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 213 (83.59% from 255 or 35.26% from 604); Blue value is 179 (70.31% from 255 or 29.64% from 604); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5B3 is #2B2A4C. Grayscale: #D0D0D0. Windows color (decimal): -2828877 or 11785684. OLE color: 11785684.

HSL color Cylindrical-coordinate representation of color #D4D5B3: hue angle of 61.76º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4D5B3 is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB212213179-
CMYK0.0000.160.16
HSL61.76º28.81%76.86%-
HSV(B)61.76º15.96%83.53%-
XYZ59.0864.8452.05-
YUV208.82111.17130.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.10%
GREEN value IS 213 (83.59% from 255) = 35.26%
BLUE value IS 179 (70.31% from 255) = 29.64%
R=35.10%
G=35.26%
B=29.64%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122131790.0000.160.1661.7628.8176.86
HexD4D5B30010103e1d4d
Octal3243252630020207635115
Binary110101001101010110110011001000010000111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D5B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D5B3; }

 p { color: rgb(212,213,179); }

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

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

 a { background-color: rgb(212,213,179); }

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

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

 span { border-color: rgb(212,213,179); }

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