Html Css Color HEX #DADAAB Orinoco

📋 copy color: '#DADAAB'

red 218 ◦ green 218 ◦ blue 171

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

Shades of Orinoco #DADAAB

Tints of Orinoco #DADAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 28.17%

R = 35.91%
G = 35.91%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#DADAAB (or 0xDADAAB) is known color: Orinoco. HEX triplet: DA, DA and AB. RGB value is (218,218,171). Sum of RGB (Red+Green+Blue) = 218+218+171=607 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.91% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADAAB is #252554. Grayscale: #D4D4D4. Windows color (decimal): -2434389 or 11262682. OLE color: 11262682.

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

Color convert

RGB 218 218 171 -
CMYK 0 0 0.22 0.15
HSL 60º 0.39% 0.76% -
HSV(B) 60º 0.22% 0.85% -
XYZ 61.34 67.99 48.42 -
YUV 212.64 104.5 131.82 -
System Red Green Blue C M Y K H S L
Decimal 218 218 171 0 0 0.22 0.15 60 0.39 0.76
Hex DA DA AB 0 0 16 F 3C 27 4C
Octal 332 332 253 0 0 26 17 74 47 114
Binary 11011010 11011010 10101011 0 0 10110 1111 111100 100111 1001100

Color Harmonies of #DADAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAAB

Black with #DADAAB

Text Example


Text Example

White with #DADAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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