#D0D69F

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

Shades of Orinoco #D0D69F

Tints of Orinoco #D0D69F

Color information

#D0D69F (or 0xD0D69F) is unknown color: approx Orinoco. HEX triplet: D0, D6 and 9F. RGB value is (208,214,159). Sum of RGB (Red+Green+Blue) = 208+214+159=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D69F is #2F2960. Grayscale: #CECECE. Windows color (decimal): -3090785 or 10475216. OLE color: 10475216.

HSL color Cylindrical-coordinate representation of color #D0D69F: hue angle of 66.55º 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 #D0D69F is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB208214159-
CMYK0.0300.260.16
HSL66.55º40.15%73.14%-
HSV(B)66.55º25.7%83.92%-
XYZ56.3264.0142.19-
YUV205.94101.51129.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.80%
GREEN value IS 214 (83.98% from 255) = 36.83%
BLUE value IS 159 (62.5% from 255) = 27.37%
R=35.80%
G=36.83%
B=27.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082141590.0300.260.1666.5540.1573.14
HexD0D69F301A10432849
Octal32032623730322010350111
Binary110100001101011010011111110110101000010000111010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D69F; }

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

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

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

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

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

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

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

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