#D4D3A4

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

Shades of Orinoco #D4D3A4

Tints of Orinoco #D4D3A4

Color information

#D4D3A4 (or 0xD4D3A4) is unknown color: approx Orinoco. HEX triplet: D4, D3 and A4. RGB value is (212,211,164). Sum of RGB (Red+Green+Blue) = 212+211+164=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 164 (64.45% from 255 or 27.94% from 587); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D3A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D3A4 is #2B2C5B. Grayscale: #CECECE. Windows color (decimal): -2829404 or 10802132. OLE color: 10802132.

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

Color convert

RGB212211164-
CMYK00.000.230.17
HSL58.75º35.82%73.73%-
HSV(B)58.75º22.64%83.14%-
XYZ57.1563.2744.32-
YUV205.94104.33132.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 211 (82.81% from 255) = 35.95%
BLUE value IS 164 (64.45% from 255) = 27.94%
R=36.12%
G=35.95%
B=27.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221116400.000.230.1758.7535.8273.73
HexD4D3A40017113b244a
Octal3243232440027217344112
Binary1101010011010011101001000010111100011110111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D3A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D3A4; }

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

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

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

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

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

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

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

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