#D0CFAB

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

Shades of Orinoco #D0CFAB

Tints of Orinoco #D0CFAB

Color information

#D0CFAB (or 0xD0CFAB) is unknown color: approx Orinoco. HEX triplet: D0, CF and AB. RGB value is (208,207,171). Sum of RGB (Red+Green+Blue) = 208+207+171=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0CFAB is #2F3054. Grayscale: #CBCBCB. Windows color (decimal): -3092565 or 11259856. OLE color: 11259856.

HSL color Cylindrical-coordinate representation of color #D0CFAB: hue angle of 58.38º degrees, saturation: 0.28, 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 #D0CFAB is Cyan = 0, Magento = 0.00, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB208207171-
CMYK00.000.180.18
HSL58.38º28.24%74.31%-
HSV(B)58.38º17.79%81.57%-
XYZ55.6860.9847.36-
YUV203.2109.83131.43-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.49%
GREEN value IS 207 (81.25% from 255) = 35.32%
BLUE value IS 171 (67.19% from 255) = 29.18%
R=35.49%
G=35.32%
B=29.18%

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
Decimal20820717100.000.180.1858.3828.2474.31
HexD0CFAB0012123a1c4a
Octal3203172530022227234112
Binary110100001100111110101011001001010010111010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFAB; }

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

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

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

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

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

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

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

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