#DADCB3

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

Shades of Orinoco #DADCB3

Tints of Orinoco #DADCB3

Color information

#DADCB3 (or 0xDADCB3) is unknown color: approx Orinoco. HEX triplet: DA, DC and B3. RGB value is (218,220,179). Sum of RGB (Red+Green+Blue) = 218+220+179=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 179 (70.31% from 255 or 29.01% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #DADCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADCB3 is #25234C. Grayscale: #D6D6D6. Windows color (decimal): -2433869 or 11787482. OLE color: 11787482.

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

Color convert

RGB218220179-
CMYK0.0100.190.14
HSL62.93º36.94%78.24%-
HSV(B)62.93º18.64%86.27%-
XYZ62.6469.3552.73-
YUV214.73107.84130.33-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.33%
GREEN value IS 220 (86.33% from 255) = 35.66%
BLUE value IS 179 (70.31% from 255) = 29.01%
R=35.33%
G=35.66%
B=29.01%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2182201790.0100.190.1462.9336.9478.24
HexDADCB31013E3f254e
Octal3323342631023167745116
Binary110110101101110010110011101001111101111111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADCB3; }

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

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

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

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

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

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

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

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