#D2DAA4

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

Shades of Orinoco #D2DAA4

Tints of Orinoco #D2DAA4

Color information

#D2DAA4 (or 0xD2DAA4) is unknown color: approx Orinoco. HEX triplet: D2, DA and A4. RGB value is (210,218,164). Sum of RGB (Red+Green+Blue) = 210+218+164=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DAA4 is #2D255B. Grayscale: #D1D1D1. Windows color (decimal): -2958684 or 10803922. OLE color: 10803922.

HSL color Cylindrical-coordinate representation of color #D2DAA4: hue angle of 68.89º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D2DAA4 is Cyan = 0.04, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB210218164-
CMYK0.0400.250.15
HSL68.89º42.19%74.9%-
HSV(B)68.89º24.77%85.49%-
XYZ58.3566.5244.89-
YUV209.45102.35128.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.47%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 164 (64.45% from 255) = 27.70%
R=35.47%
G=36.82%
B=27.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102181640.0400.250.1568.8942.1974.9
HexD2DAA44019F452a4b
Octal32233224440311710552113
Binary110100101101101010100100100011001111110001011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAA4; }

 p { color: rgb(210,218,164); }

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

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

 a { background-color: rgb(210,218,164); }

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

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

 span { border-color: rgb(210,218,164); }

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