Html Css Color HEX #D9DCAA Orinoco

📋 copy color: '#D9DCAA'

red 217 ◦ green 220 ◦ blue 170

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

Shades of Orinoco #D9DCAA

Tints of Orinoco #D9DCAA

RGB

 RED value IS 217 (85.16% from 255) = 35.75%

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

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

R = 35.75%
G = 36.24%
B = 28.01%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#D9DCAA (or 0xD9DCAA) is known color: Orinoco. HEX triplet: D9, DC and AA. RGB value is (217,220,170). Sum of RGB (Red+Green+Blue) = 217+220+170=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 170 (66.80% from 255 or 28.01% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DCAA is #262355. Grayscale: #D5D5D5. Windows color (decimal): -2499414 or 11197657. OLE color: 11197657.

HSL color Cylindrical-coordinate representation of color #D9DCAA: hue angle of 63.6º 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 #D9DCAA is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 217 220 170 -
CMYK 0.01 0 0.23 0.14
HSL 63.6º 0.42% 0.76% -
HSV(B) 63.6º 0.23% 0.86% -
XYZ 61.46 68.84 48.08 -
YUV 213.4 103.51 130.57 -
System Red Green Blue C M Y K H S L
Decimal 217 220 170 0.01 0 0.23 0.14 63.6 0.42 0.76
Hex D9 DC AA 1 0 17 E 40 2A 4C
Octal 331 334 252 1 0 27 16 100 52 114
Binary 11011001 11011100 10101010 1 0 10111 1110 1000000 101010 1001100

Color Harmonies of #D9DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCAA

Black with #D9DCAA

Text Example


Text Example

White with #D9DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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