Html Css Color HEX #DADAB1 Orinoco

📋 copy color: '#DADAB1'

red 218 ◦ green 218 ◦ blue 177

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

Shades of Orinoco #DADAB1

Tints of Orinoco #DADAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 28.87%

R = 35.56%
G = 35.56%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#DADAB1 (or 0xDADAB1) is known color: Orinoco. HEX triplet: DA, DA and B1. RGB value is (218,218,177). Sum of RGB (Red+Green+Blue) = 218+218+177=613 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.56% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADAB1 is #25254E. Grayscale: #D5D5D5. Windows color (decimal): -2434383 or 11655898. OLE color: 11655898.

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

Color convert

RGB 218 218 177 -
CMYK 0 0 0.19 0.15
HSL 60º 0.36% 0.77% -
HSV(B) 60º 0.19% 0.85% -
XYZ 61.92 68.22 51.5 -
YUV 213.33 107.5 131.33 -
System Red Green Blue C M Y K H S L
Decimal 218 218 177 0 0 0.19 0.15 60 0.36 0.77
Hex DA DA B1 0 0 13 F 3C 24 4D
Octal 332 332 261 0 0 23 17 74 44 115
Binary 11011010 11011010 10110001 0 0 10011 1111 111100 100100 1001101

Color Harmonies of #DADAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAB1

Black with #DADAB1

Text Example


Text Example

White with #DADAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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