#D4D3B7

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

Shades of Orinoco #D4D3B7

Tints of Orinoco #D4D3B7

Color information

#D4D3B7 (or 0xD4D3B7) is unknown color: approx Orinoco. HEX triplet: D4, D3 and B7. RGB value is (212,211,183). Sum of RGB (Red+Green+Blue) = 212+211+183=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 211 (82.81% from 255 or 34.82% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D3B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D3B7 is #2B2C48. Grayscale: #D0D0D0. Windows color (decimal): -2829385 or 12047316. OLE color: 12047316.

HSL color Cylindrical-coordinate representation of color #D4D3B7: hue angle of 57.93º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D4D3B7 is Cyan = 0, Magento = 0.00, Yellow = 0.14 and Black (K on CMYK) = 0.17.

Color convert

RGB212211183-
CMYK00.000.140.17
HSL57.93º25.22%77.45%-
HSV(B)57.93º13.68%83.14%-
XYZ58.996454.04-
YUV208.11113.83130.78-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 211 (82.81% from 255) = 34.82%
BLUE value IS 183 (71.88% from 255) = 30.20%
R=34.98%
G=34.82%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.14
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221118300.000.140.1757.9325.2277.45
HexD4D3B700E113a194d
Octal3243232670016217231115
Binary11010100110100111011011100111010001111010110011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D3B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D3B7; }

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

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

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

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

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

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

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

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