Html Css Color HEX #D8DCAA Orinoco

📋 copy color: '#D8DCAA'

red 216 ◦ green 220 ◦ blue 170

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

Shades of Orinoco #D8DCAA

Tints of Orinoco #D8DCAA

RGB

 RED value IS 216 (84.77% from 255) = 35.64%

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

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

R = 35.64%
G = 36.3%
B = 28.05%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#D8DCAA (or 0xD8DCAA) is known color: Orinoco. HEX triplet: D8, DC and AA. RGB value is (216,220,170). Sum of RGB (Red+Green+Blue) = 216+220+170=606 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.64% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 170 (66.80% from 255 or 28.05% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DCAA is #272355. Grayscale: #D5D5D5. Windows color (decimal): -2564950 or 11197656. OLE color: 11197656.

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

Color convert

RGB 216 220 170 -
CMYK 0.02 0 0.23 0.14
HSL 64.8º 0.42% 0.76% -
HSV(B) 64.8º 0.23% 0.86% -
XYZ 61.17 68.69 48.06 -
YUV 213.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 216 220 170 0.02 0 0.23 0.14 64.8 0.42 0.76
Hex D8 DC AA 2 0 17 E 41 2A 4C
Octal 330 334 252 2 0 27 16 101 52 114
Binary 11011000 11011100 10101010 10 0 10111 1110 1000001 101010 1001100

Color Harmonies of #D8DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DCAA

Black with #D8DCAA

Text Example


Text Example

White with #D8DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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