Html Css Color HEX #D6DAA8 Orinoco

📋 copy color: '#D6DAA8'

red 214 ◦ green 218 ◦ blue 168

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

Shades of Orinoco #D6DAA8

Tints of Orinoco #D6DAA8

RGB

 RED value IS 214 (83.98% from 255) = 35.67%

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

 BLUE value IS 168 (66.02% from 255) = 28%

R = 35.67%
G = 36.33%
B = 28%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D6DAA8 (or 0xD6DAA8) is known color: Orinoco. HEX triplet: D6, DA and A8. RGB value is (214,218,168). Sum of RGB (Red+Green+Blue) = 214+218+168=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 168 (66.02% from 255 or 28% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DAA8 is #292557. Grayscale: #D3D3D3. Windows color (decimal): -2696536 or 11066070. OLE color: 11066070.

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

Color convert

RGB 214 218 168 -
CMYK 0.02 0 0.23 0.15
HSL 64.8º 0.4% 0.76% -
HSV(B) 64.8º 0.23% 0.85% -
XYZ 59.87 67.27 46.87 -
YUV 211.1 103.67 130.07 -
System Red Green Blue C M Y K H S L
Decimal 214 218 168 0.02 0 0.23 0.15 64.8 0.4 0.76
Hex D6 DA A8 2 0 17 F 41 28 4C
Octal 326 332 250 2 0 27 17 101 50 114
Binary 11010110 11011010 10101000 10 0 10111 1111 1000001 101000 1001100

Color Harmonies of #D6DAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DAA8

Black with #D6DAA8

Text Example


Text Example

White with #D6DAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DAA8; }

 p { color: rgb(214,218,168); }

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

background-color css

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

 a { background-color: rgb(214,218,168); }

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

border-color css

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

 span { border-color: rgb(214,218,168); }

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