#D0D69E

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

Shades of Orinoco #D0D69E

Tints of Orinoco #D0D69E

Color information

#D0D69E (or 0xD0D69E) is unknown color: approx Orinoco. HEX triplet: D0, D6 and 9E. RGB value is (208,214,158). Sum of RGB (Red+Green+Blue) = 208+214+158=580 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.86% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 158 (62.11% from 255 or 27.24% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #D0D69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D69E is #2F2961. Grayscale: #CECECE. Windows color (decimal): -3090786 or 10409680. OLE color: 10409680.

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

Color convert

RGB208214158-
CMYK0.0300.260.16
HSL66.43º40.58%72.94%-
HSV(B)66.43º26.17%83.92%-
XYZ56.2363.9741.73-
YUV205.82101.01129.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.86%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 158 (62.11% from 255) = 27.24%
R=35.86%
G=36.90%
B=27.24%

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
Decimal2082141580.0300.260.1666.4340.5872.94
HexD0D69E301A10422949
Octal32032623630322010251111
Binary110100001101011010011110110110101000010000101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D69E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D69E; }

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

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

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

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

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

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

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

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