#DADCB1

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

Shades of Orinoco #DADCB1

Tints of Orinoco #DADCB1

Color information

#DADCB1 (or 0xDADCB1) is unknown color: approx Orinoco. HEX triplet: DA, DC and B1. RGB value is (218,220,177). Sum of RGB (Red+Green+Blue) = 218+220+177=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 177 (69.53% from 255 or 28.78% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADCB1 is #25234E. Grayscale: #D6D6D6. Windows color (decimal): -2433871 or 11656410. OLE color: 11656410.

HSL color Cylindrical-coordinate representation of color #DADCB1: hue angle of 62.79º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DADCB1 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB218220177-
CMYK0.0100.200.14
HSL62.79º38.05%77.84%-
HSV(B)62.79º19.55%86.27%-
XYZ62.4469.2751.67-
YUV214.5106.84130.5-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 177 (69.53% from 255) = 28.78%
R=35.45%
G=35.77%
B=28.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201770.0100.200.1462.7938.0577.84
HexDADCB11014E3f264e
Octal3323342611024167746116
Binary110110101101110010110001101010011101111111001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCB1; }

 p { color: rgb(218,220,177); }

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

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

 a { background-color: rgb(218,220,177); }

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

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

 span { border-color: rgb(218,220,177); }

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