Html Css Color HEX #D2DAAE Orinoco

📋 copy color: '#D2DAAE'

red 210 ◦ green 218 ◦ blue 174

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

Shades of Orinoco #D2DAAE

Tints of Orinoco #D2DAAE

RGB

 RED value IS 210 (82.42% from 255) = 34.88%

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

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

R = 34.88%
G = 36.21%
B = 28.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D2DAAE (or 0xD2DAAE) is known color: Orinoco. HEX triplet: D2, DA and AE. RGB value is (210,218,174). Sum of RGB (Red+Green+Blue) = 210+218+174=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DAAE is #2D2551. Grayscale: #D2D2D2. Windows color (decimal): -2958674 or 11459282. OLE color: 11459282.

HSL color Cylindrical-coordinate representation of color #D2DAAE: hue angle of 70.91º 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 #D2DAAE is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 218 174 -
CMYK 0.04 0 0.20 0.15
HSL 70.91º 0.37% 0.77% -
HSV(B) 70.91º 0.2% 0.85% -
XYZ 59.29 66.9 49.83 -
YUV 210.59 107.35 127.58 -
System Red Green Blue C M Y K H S L
Decimal 210 218 174 0.04 0 0.20 0.15 70.91 0.37 0.77
Hex D2 DA AE 4 0 14 F 47 25 4D
Octal 322 332 256 4 0 24 17 107 45 115
Binary 11010010 11011010 10101110 100 0 10100 1111 1000111 100101 1001101

Color Harmonies of #D2DAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DAAE

Black with #D2DAAE

Text Example


Text Example

White with #D2DAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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