#D4D69F

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

Shades of Orinoco #D4D69F

Tints of Orinoco #D4D69F

Color information

#D4D69F (or 0xD4D69F) is unknown color: approx Orinoco. HEX triplet: D4, D6 and 9F. RGB value is (212,214,159). Sum of RGB (Red+Green+Blue) = 212+214+159=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 214 - color contains mainly: green. Hex color #D4D69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D69F is #2B2960. Grayscale: #CFCFCF. Windows color (decimal): -2828641 or 10475220. OLE color: 10475220.

HSL color Cylindrical-coordinate representation of color #D4D69F: hue angle of 62.18º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4D69F is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB212214159-
CMYK0.0100.260.16
HSL62.18º40.15%73.14%-
HSV(B)62.18º25.7%83.92%-
XYZ57.4664.5942.24-
YUV207.13100.84131.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 214 (83.98% from 255) = 36.58%
BLUE value IS 159 (62.5% from 255) = 27.18%
R=36.24%
G=36.58%
B=27.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122141590.0100.260.1662.1840.1573.14
HexD4D69F101A103e2849
Octal3243262371032207650111
Binary1101010011010110100111111011010100001111101010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D69F; }

 p { color: rgb(212,214,159); }

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

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

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

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

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

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

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