#D0DCA7

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

Shades of Orinoco #D0DCA7

Tints of Orinoco #D0DCA7

Color information

#D0DCA7 (or 0xD0DCA7) is unknown color: approx Orinoco. HEX triplet: D0, DC and A7. RGB value is (208,220,167). Sum of RGB (Red+Green+Blue) = 208+220+167=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 167 (65.62% from 255 or 28.07% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0DCA7 is #2F2358. Grayscale: #D2D2D2. Windows color (decimal): -3089241 or 11001040. OLE color: 11001040.

HSL color Cylindrical-coordinate representation of color #D0DCA7: hue angle of 73.58º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0DCA7 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB208220167-
CMYK0.0500.240.14
HSL73.58º43.09%75.88%-
HSV(B)73.58º24.09%86.27%-
XYZ58.5867.3946.48-
YUV210.37103.52126.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.96%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 167 (65.62% from 255) = 28.07%
R=34.96%
G=36.97%
B=28.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2082201670.0500.240.1473.5843.0975.88
HexD0DCA75018E4a2b4c
Octal32033424750301611253114
Binary110100001101110010100111101011000111010010101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DCA7; }

 p { color: rgb(208,220,167); }

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

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

 a { background-color: rgb(208,220,167); }

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

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

 span { border-color: rgb(208,220,167); }

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