Html Css Color HEX #DADAB5 Orinoco

📋 copy color: '#DADAB5'

red 218 ◦ green 218 ◦ blue 181

#DADAB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #DADAB5

Tints of Orinoco #DADAB5

RGB

 RED value IS 218 (85.55% from 255) = 35.33%

 GREEN value IS 218 (85.55% from 255) = 35.33%

 BLUE value IS 181 (71.09% from 255) = 29.34%

R = 35.33%
G = 35.33%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#DADAB5 (or 0xDADAB5) is known color: Orinoco. HEX triplet: DA, DA and B5. RGB value is (218,218,181). Sum of RGB (Red+Green+Blue) = 218+218+181=617 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.33% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADAB5 is #25254A. Grayscale: #D5D5D5. Windows color (decimal): -2434379 or 11918042. OLE color: 11918042.

HSL color Cylindrical-coordinate representation of color #DADAB5: hue angle of 60º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DADAB5 is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 218 181 -
CMYK 0 0 0.17 0.15
HSL 60º 0.33% 0.78% -
HSV(B) 60º 0.17% 0.85% -
XYZ 62.33 68.38 53.63 -
YUV 213.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 218 218 181 0 0 0.17 0.15 60 0.33 0.78
Hex DA DA B5 0 0 11 F 3C 21 4E
Octal 332 332 265 0 0 21 17 74 41 116
Binary 11011010 11011010 10110101 0 0 10001 1111 111100 100001 1001110

Color Harmonies of #DADAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAB5

Black with #DADAB5

Text Example


Text Example

White with #DADAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAB5; }

 p { color: rgb(218,218,181); }

 H1.HeaderClassName
 {
   color: #DADAB5;
 }
 .AnyTagClassName
 {
   color: #DADAB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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