#D4DAA7

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

Shades of Orinoco #D4DAA7

Tints of Orinoco #D4DAA7

Color information

#D4DAA7 (or 0xD4DAA7) is unknown color: approx Orinoco. HEX triplet: D4, DA and A7. RGB value is (212,218,167). Sum of RGB (Red+Green+Blue) = 212+218+167=597 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.51% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 167 (65.62% from 255 or 27.97% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DAA7 is #2B2558. Grayscale: #D2D2D2. Windows color (decimal): -2827609 or 11000532. OLE color: 11000532.

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

Color convert

RGB212218167-
CMYK0.0300.230.15
HSL67.06º40.8%75.49%-
HSV(B)67.06º23.39%85.49%-
XYZ59.266.9346.36-
YUV210.39103.51129.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.51%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 167 (65.62% from 255) = 27.97%
R=35.51%
G=36.52%
B=27.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122181670.0300.230.1567.0640.875.49
HexD4DAA73017F43294b
Octal32433224730271710351113
Binary11010100110110101010011111010111111110000111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DAA7; }

 p { color: rgb(212,218,167); }

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

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

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

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

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

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

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