Html Css Color HEX #DADAAE Orinoco

📋 copy color: '#DADAAE'

red 218 ◦ green 218 ◦ blue 174

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

Shades of Orinoco #DADAAE

Tints of Orinoco #DADAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.52%

R = 35.74%
G = 35.74%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#DADAAE (or 0xDADAAE) is known color: Orinoco. HEX triplet: DA, DA and AE. RGB value is (218,218,174). Sum of RGB (Red+Green+Blue) = 218+218+174=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 218 - color contains mainly: red, green. Hex color #DADAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADAAE is #252551. Grayscale: #D5D5D5. Windows color (decimal): -2434386 or 11459290. OLE color: 11459290.

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

Color convert

RGB 218 218 174 -
CMYK 0 0 0.20 0.15
HSL 60º 0.37% 0.77% -
HSV(B) 60º 0.2% 0.85% -
XYZ 61.62 68.1 49.94 -
YUV 212.98 106 131.58 -
System Red Green Blue C M Y K H S L
Decimal 218 218 174 0 0 0.20 0.15 60 0.37 0.77
Hex DA DA AE 0 0 14 F 3C 25 4D
Octal 332 332 256 0 0 24 17 74 45 115
Binary 11011010 11011010 10101110 0 0 10100 1111 111100 100101 1001101

Color Harmonies of #DADAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADAAE

Black with #DADAAE

Text Example


Text Example

White with #DADAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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