#D4D4B3

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

Shades of Orinoco #D4D4B3

Tints of Orinoco #D4D4B3

Color information

#D4D4B3 (or 0xD4D4B3) is unknown color: approx Orinoco. HEX triplet: D4, D4 and B3. RGB value is (212,212,179). Sum of RGB (Red+Green+Blue) = 212+212+179=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 212 (83.20% from 255 or 35.16% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 212 - color contains mainly: red, green. Hex color #D4D4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D4B3 is #2B2B4C. Grayscale: #D0D0D0. Windows color (decimal): -2829133 or 11785428. OLE color: 11785428.

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

Color convert

RGB212212179-
CMYK000.160.17
HSL60º27.73%76.67%-
HSV(B)60º15.57%83.14%-
XYZ58.8364.3451.97-
YUV208.24111.5130.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.16%
GREEN value IS 212 (83.20% from 255) = 35.16%
BLUE value IS 179 (70.31% from 255) = 29.68%
R=35.16%
G=35.16%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212212179000.160.176027.7376.67
HexD4D4B30010113c1c4d
Octal3243242630020217434115
Binary110101001101010010110011001000010001111100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D4B3; }

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

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

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

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

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

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

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

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