Html Css Color HEX #D8D6AC Orinoco

📋 copy color: '#D8D6AC'

red 216 ◦ green 214 ◦ blue 172

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

Shades of Orinoco #D8D6AC

Tints of Orinoco #D8D6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 28.57%

R = 35.88%
G = 35.55%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D8D6AC (or 0xD8D6AC) is known color: Orinoco. HEX triplet: D8, D6 and AC. RGB value is (216,214,172). Sum of RGB (Red+Green+Blue) = 216+214+172=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 172 (67.58% from 255 or 28.57% from 602); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D6AC is #272953. Grayscale: #D1D1D1. Windows color (decimal): -2566484 or 11327192. OLE color: 11327192.

HSL color Cylindrical-coordinate representation of color #D8D6AC: hue angle of 57.27º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D8D6AC is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 214 172 -
CMYK 0 0.01 0.20 0.15
HSL 57.27º 0.36% 0.76% -
HSV(B) 57.27º 0.2% 0.85% -
XYZ 59.81 65.67 48.55 -
YUV 209.81 106.66 132.42 -
System Red Green Blue C M Y K H S L
Decimal 216 214 172 0 0.01 0.20 0.15 57.27 0.36 0.76
Hex D8 D6 AC 0 1 14 F 39 24 4C
Octal 330 326 254 0 1 24 17 71 44 114
Binary 11011000 11010110 10101100 0 1 10100 1111 111001 100100 1001100

Color Harmonies of #D8D6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8D6AC

Black with #D8D6AC

Text Example


Text Example

White with #D8D6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8D6AC; }

 p { color: rgb(216,214,172); }

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

background-color css

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

 a { background-color: rgb(216,214,172); }

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

border-color css

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

 span { border-color: rgb(216,214,172); }

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