#D0D49C

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

Shades of Orinoco #D0D49C

Tints of Orinoco #D0D49C

Color information

#D0D49C (or 0xD0D49C) is unknown color: approx Orinoco. HEX triplet: D0, D4 and 9C. RGB value is (208,212,156). Sum of RGB (Red+Green+Blue) = 208+212+156=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 212 (83.20% from 255 or 36.81% from 576); Blue value is 156 (61.33% from 255 or 27.08% from 576); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D49C is #2F2B63. Grayscale: #CCCCCC. Windows color (decimal): -3091300 or 10278096. OLE color: 10278096.

HSL color Cylindrical-coordinate representation of color #D0D49C: hue angle of 64.29º degrees, saturation: 0.39, 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 #D0D49C is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB208212156-
CMYK0.0200.260.17
HSL64.29º39.44%72.16%-
HSV(B)64.29º26.42%83.14%-
XYZ55.5662.940.66-
YUV204.42100.67130.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.11%
GREEN value IS 212 (83.20% from 255) = 36.81%
BLUE value IS 156 (61.33% from 255) = 27.08%
R=36.11%
G=36.81%
B=27.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082121560.0200.260.1764.2939.4472.16
HexD0D49C201A11402748
Octal32032423420322110047110
Binary110100001101010010011100100110101000110000001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D49C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D49C; }

 p { color: rgb(208,212,156); }

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

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

 a { background-color: rgb(208,212,156); }

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

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

 span { border-color: rgb(208,212,156); }

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