Html Css Color HEX #D8DAA7 Orinoco

📋 copy color: '#D8DAA7'

red 216 ◦ green 218 ◦ blue 167

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

Shades of Orinoco #D8DAA7

Tints of Orinoco #D8DAA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 27.79%

R = 35.94%
G = 36.27%
B = 27.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D8DAA7 (or 0xD8DAA7) is known color: Orinoco. HEX triplet: D8, DA and A7. RGB value is (216,218,167). Sum of RGB (Red+Green+Blue) = 216+218+167=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 167 (65.62% from 255 or 27.79% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DAA7 is #272558. Grayscale: #D3D3D3. Windows color (decimal): -2565465 or 11000536. OLE color: 11000536.

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

Color convert

RGB 216 218 167 -
CMYK 0.01 0 0.23 0.15
HSL 62.35º 0.41% 0.75% -
HSV(B) 62.35º 0.23% 0.85% -
XYZ 60.37 67.53 46.41 -
YUV 211.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 216 218 167 0.01 0 0.23 0.15 62.35 0.41 0.75
Hex D8 DA A7 1 0 17 F 3E 29 4B
Octal 330 332 247 1 0 27 17 76 51 113
Binary 11011000 11011010 10100111 1 0 10111 1111 111110 101001 1001011

Color Harmonies of #D8DAA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DAA7

Black with #D8DAA7

Text Example


Text Example

White with #D8DAA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DAA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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