#D0CFAA

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

Shades of Orinoco #D0CFAA

Tints of Orinoco #D0CFAA

Color information

#D0CFAA (or 0xD0CFAA) is unknown color: approx Orinoco. HEX triplet: D0, CF and AA. RGB value is (208,207,170). Sum of RGB (Red+Green+Blue) = 208+207+170=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CFAA is #2F3055. Grayscale: #CBCBCB. Windows color (decimal): -3092566 or 11194320. OLE color: 11194320.

HSL color Cylindrical-coordinate representation of color #D0CFAA: hue angle of 58.42º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0CFAA is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208207170-
CMYK00.000.180.18
HSL58.42º28.79%74.12%-
HSV(B)58.42º18.27%81.57%-
XYZ55.5860.9446.86-
YUV203.08109.33131.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.56%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 170 (66.80% from 255) = 29.06%
R=35.56%
G=35.38%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820717000.000.180.1858.4228.7974.12
HexD0CFAA0012123a1d4a
Octal3203172520022227235112
Binary110100001100111110101010001001010010111010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFAA; }

 p { color: rgb(208,207,170); }

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

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

 a { background-color: rgb(208,207,170); }

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

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

 span { border-color: rgb(208,207,170); }

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