#D4D6B1

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

Shades of Orinoco #D4D6B1

Tints of Orinoco #D4D6B1

Color information

#D4D6B1 (or 0xD4D6B1) is unknown color: approx Orinoco. HEX triplet: D4, D6 and B1. RGB value is (212,214,177). Sum of RGB (Red+Green+Blue) = 212+214+177=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 177 (69.53% from 255 or 29.35% from 603); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D6B1 is #2B294E. Grayscale: #D1D1D1. Windows color (decimal): -2828623 or 11654868. OLE color: 11654868.

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

Color convert

RGB212214177-
CMYK0.0100.170.16
HSL63.24º31.09%76.67%-
HSV(B)63.24º17.29%83.92%-
XYZ59.1365.2651.08-
YUV209.18109.84130.01-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.16%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 177 (69.53% from 255) = 29.35%
R=35.16%
G=35.49%
B=29.35%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122141770.0100.170.1663.2431.0976.67
HexD4D6B11011103f1f4d
Octal3243262611021207737115
Binary110101001101011010110001101000110000111111111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D6B1; }

 p { color: rgb(212,214,177); }

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

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

 a { background-color: rgb(212,214,177); }

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

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

 span { border-color: rgb(212,214,177); }

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