#D4D5AA

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

Shades of Orinoco #D4D5AA

Tints of Orinoco #D4D5AA

Color information

#D4D5AA (or 0xD4D5AA) is unknown color: approx Orinoco. HEX triplet: D4, D5 and AA. RGB value is (212,213,170). Sum of RGB (Red+Green+Blue) = 212+213+170=595 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.63% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 170 (66.80% from 255 or 28.57% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D5AA is #2B2A55. Grayscale: #CFCFCF. Windows color (decimal): -2828886 or 11195860. OLE color: 11195860.

HSL color Cylindrical-coordinate representation of color #D4D5AA: hue angle of 61.4º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4D5AA is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB212213170-
CMYK0.0000.200.16
HSL61.4º33.86%75.1%-
HSV(B)61.4º20.19%83.53%-
XYZ58.264.4947.41-
YUV207.8106.67131-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.63%
GREEN value IS 213 (83.59% from 255) = 35.80%
BLUE value IS 170 (66.80% from 255) = 28.57%
R=35.63%
G=35.80%
B=28.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122131700.0000.200.1661.433.8675.1
HexD4D5AA0014103d224b
Octal3243252520024207542113
Binary1101010011010101101010100010100100001111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D5AA; }

 p { color: rgb(212,213,170); }

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

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

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

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

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

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

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