Html Css Color HEX #D8DAA5 Orinoco

📋 copy color: '#D8DAA5'

red 216 ◦ green 218 ◦ blue 165

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

Shades of Orinoco #D8DAA5

Tints of Orinoco #D8DAA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.55%

R = 36.06%
G = 36.39%
B = 27.55%

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

#D8DAA5 (or 0xD8DAA5) is known color: Orinoco. HEX triplet: D8, DA and A5. RGB value is (216,218,165). Sum of RGB (Red+Green+Blue) = 216+218+165=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 165 (64.84% from 255 or 27.55% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DAA5 is #27255A. Grayscale: #D3D3D3. Windows color (decimal): -2565467 or 10869464. OLE color: 10869464.

HSL color Cylindrical-coordinate representation of color #D8DAA5: hue angle of 62.26º degrees, saturation: 0.42, 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 #D8DAA5 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 218 165 -
CMYK 0.01 0 0.24 0.15
HSL 62.26º 0.42% 0.75% -
HSV(B) 62.26º 0.24% 0.85% -
XYZ 60.18 67.46 45.45 -
YUV 211.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 216 218 165 0.01 0 0.24 0.15 62.26 0.42 0.75
Hex D8 DA A5 1 0 18 F 3E 2A 4B
Octal 330 332 245 1 0 30 17 76 52 113
Binary 11011000 11011010 10100101 1 0 11000 1111 111110 101010 1001011

Color Harmonies of #D8DAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DAA5

Black with #D8DAA5

Text Example


Text Example

White with #D8DAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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