Html Css Color HEX #D6DCAA Orinoco

📋 copy color: '#D6DCAA'

red 214 ◦ green 220 ◦ blue 170

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

Shades of Orinoco #D6DCAA

Tints of Orinoco #D6DCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.42%

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

R = 35.43%
G = 36.42%
B = 28.15%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#D6DCAA (or 0xD6DCAA) is known color: Orinoco. HEX triplet: D6, DC and AA. RGB value is (214,220,170). Sum of RGB (Red+Green+Blue) = 214+220+170=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 170 (66.80% from 255 or 28.15% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DCAA is #292355. Grayscale: #D4D4D4. Windows color (decimal): -2696022 or 11197654. OLE color: 11197654.

HSL color Cylindrical-coordinate representation of color #D6DCAA: hue angle of 67.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D6DCAA is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 170 -
CMYK 0.03 0 0.23 0.14
HSL 67.2º 0.42% 0.76% -
HSV(B) 67.2º 0.23% 0.86% -
XYZ 60.58 68.38 48.04 -
YUV 212.51 104.01 129.07 -
System Red Green Blue C M Y K H S L
Decimal 214 220 170 0.03 0 0.23 0.14 67.2 0.42 0.76
Hex D6 DC AA 3 0 17 E 43 2A 4C
Octal 326 334 252 3 0 27 16 103 52 114
Binary 11010110 11011100 10101010 11 0 10111 1110 1000011 101010 1001100

Color Harmonies of #D6DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCAA

Black with #D6DCAA

Text Example


Text Example

White with #D6DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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