Html Css Color HEX #D8DAA6 Orinoco

📋 copy color: '#D8DAA6'

red 216 ◦ green 218 ◦ blue 166

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

Shades of Orinoco #D8DAA6

Tints of Orinoco #D8DAA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 27.67%

R = 36%
G = 36.33%
B = 27.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D8DAA6 (or 0xD8DAA6) is known color: Orinoco. HEX triplet: D8, DA and A6. RGB value is (216,218,166). Sum of RGB (Red+Green+Blue) = 216+218+166=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 166 (65.23% from 255 or 27.67% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DAA6 is #272559. Grayscale: #D3D3D3. Windows color (decimal): -2565466 or 10935000. OLE color: 10935000.

HSL color Cylindrical-coordinate representation of color #D8DAA6: hue angle of 62.31º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8DAA6 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 218 166 -
CMYK 0.01 0 0.24 0.15
HSL 62.31º 0.41% 0.75% -
HSV(B) 62.31º 0.24% 0.85% -
XYZ 60.27 67.49 45.93 -
YUV 211.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 216 218 166 0.01 0 0.24 0.15 62.31 0.41 0.75
Hex D8 DA A6 1 0 18 F 3E 29 4B
Octal 330 332 246 1 0 30 17 76 51 113
Binary 11011000 11011010 10100110 1 0 11000 1111 111110 101001 1001011

Color Harmonies of #D8DAA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DAA6

Black with #D8DAA6

Text Example


Text Example

White with #D8DAA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DAA6; }

 p { color: rgb(216,218,166); }

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

background-color css

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

 a { background-color: rgb(216,218,166); }

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

border-color css

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

 span { border-color: rgb(216,218,166); }

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