#D0CFA9

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

Shades of Orinoco #D0CFA9

Tints of Orinoco #D0CFA9

Color information

#D0CFA9 (or 0xD0CFA9) is unknown color: approx Orinoco. HEX triplet: D0, CF and A9. RGB value is (208,207,169). Sum of RGB (Red+Green+Blue) = 208+207+169=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CFA9 is #2F3056. Grayscale: #CBCBCB. Windows color (decimal): -3092567 or 11128784. OLE color: 11128784.

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

Color convert

RGB208207169-
CMYK00.000.190.18
HSL58.46º29.32%73.92%-
HSV(B)58.46º18.75%81.57%-
XYZ55.4960.946.37-
YUV202.97108.83131.59-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.62%
GREEN value IS 207 (81.25% from 255) = 35.45%
BLUE value IS 169 (66.41% from 255) = 28.94%
R=35.62%
G=35.45%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820716900.000.190.1858.4629.3273.92
HexD0CFA90013123a1d4a
Octal3203172510023227235112
Binary110100001100111110101001001001110010111010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFA9; }

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

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

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

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

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

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

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

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