#D4D9B7

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

Shades of Orinoco #D4D9B7

Tints of Orinoco #D4D9B7

Color information

#D4D9B7 (or 0xD4D9B7) is unknown color: approx Orinoco. HEX triplet: D4, D9 and B7. RGB value is (212,217,183). Sum of RGB (Red+Green+Blue) = 212+217+183=612 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.64% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 183 (71.88% from 255 or 29.90% from 612); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D9B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D9B7 is #2B2648. Grayscale: #D3D3D3. Windows color (decimal): -2827849 or 12048852. OLE color: 12048852.

HSL color Cylindrical-coordinate representation of color #D4D9B7: hue angle of 68.82º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4D9B7 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB212217183-
CMYK0.0200.160.15
HSL68.82º30.91%78.43%-
HSV(B)68.82º15.67%85.1%-
XYZ60.5167.0454.55-
YUV211.63111.84128.26-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.64%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 183 (71.88% from 255) = 29.90%
R=34.64%
G=35.46%
B=29.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122171830.0200.160.1568.8230.9178.43
HexD4D9B72010F451f4e
Octal32433126720201710537116
Binary1101010011011001101101111001000011111000101111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D9B7; }

 p { color: rgb(212,217,183); }

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

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

 a { background-color: rgb(212,217,183); }

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

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

 span { border-color: rgb(212,217,183); }

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