#D0D39D

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

Shades of Orinoco #D0D39D

Tints of Orinoco #D0D39D

Color information

#D0D39D (or 0xD0D39D) is unknown color: approx Orinoco. HEX triplet: D0, D3 and 9D. RGB value is (208,211,157). Sum of RGB (Red+Green+Blue) = 208+211+157=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 211 (82.81% from 255 or 36.63% from 576); Blue value is 157 (61.72% from 255 or 27.26% from 576); Max value from RGB is 211 - color contains mainly: green. Hex color #D0D39D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D39D is #2F2C62. Grayscale: #CCCCCC. Windows color (decimal): -3091555 or 10343376. OLE color: 10343376.

HSL color Cylindrical-coordinate representation of color #D0D39D: hue angle of 63.33º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0D39D is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB208211157-
CMYK0.0100.260.17
HSL63.33º38.03%72.16%-
HSV(B)63.33º25.59%82.75%-
XYZ55.3962.4341.03-
YUV203.95101.51130.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.11%
GREEN value IS 211 (82.81% from 255) = 36.63%
BLUE value IS 157 (61.72% from 255) = 27.26%
R=36.11%
G=36.63%
B=27.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082111570.0100.260.1763.3338.0372.16
HexD0D39D101A113f2648
Octal3203232351032217746110
Binary1101000011010011100111011011010100011111111001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D39D; }

 p { color: rgb(208,211,157); }

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

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

 a { background-color: rgb(208,211,157); }

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

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

 span { border-color: rgb(208,211,157); }

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