Html Css Color HEX #D6DAAA Orinoco

📋 copy color: '#D6DAAA'

red 214 ◦ green 218 ◦ blue 170

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

Shades of Orinoco #D6DAAA

Tints of Orinoco #D6DAAA

RGB

 RED value IS 214 (83.98% from 255) = 35.55%

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

 BLUE value IS 170 (66.8% from 255) = 28.24%

R = 35.55%
G = 36.21%
B = 28.24%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D6DAAA (or 0xD6DAAA) is known color: Orinoco. HEX triplet: D6, DA and AA. RGB value is (214,218,170). Sum of RGB (Red+Green+Blue) = 214+218+170=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 170 (66.80% from 255 or 28.24% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DAAA is #292555. Grayscale: #D3D3D3. Windows color (decimal): -2696534 or 11197142. OLE color: 11197142.

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

Color convert

RGB 214 218 170 -
CMYK 0.02 0 0.22 0.15
HSL 65º 0.39% 0.76% -
HSV(B) 65º 0.22% 0.85% -
XYZ 60.06 67.34 47.86 -
YUV 211.33 104.67 129.9 -
System Red Green Blue C M Y K H S L
Decimal 214 218 170 0.02 0 0.22 0.15 65 0.39 0.76
Hex D6 DA AA 2 0 16 F 41 27 4C
Octal 326 332 252 2 0 26 17 101 47 114
Binary 11010110 11011010 10101010 10 0 10110 1111 1000001 100111 1001100

Color Harmonies of #D6DAAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DAAA

Black with #D6DAAA

Text Example


Text Example

White with #D6DAAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DAAA; }

 p { color: rgb(214,218,170); }

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

background-color css

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

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

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

border-color css

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

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

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