Html Css Color HEX #D6DA9F Orinoco

📋 copy color: '#D6DA9F'

red 214 ◦ green 218 ◦ blue 159

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

Shades of Orinoco #D6DA9F

Tints of Orinoco #D6DA9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 26.9%

R = 36.21%
G = 36.89%
B = 26.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D6DA9F (or 0xD6DA9F) is known color: Orinoco. HEX triplet: D6, DA and 9F. RGB value is (214,218,159). Sum of RGB (Red+Green+Blue) = 214+218+159=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DA9F is #292560. Grayscale: #D2D2D2. Windows color (decimal): -2696545 or 10476246. OLE color: 10476246.

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

Color convert

RGB 214 218 159 -
CMYK 0.02 0 0.27 0.15
HSL 64.07º 0.44% 0.74% -
HSV(B) 64.07º 0.27% 0.85% -
XYZ 59.06 66.94 42.61 -
YUV 210.08 99.17 130.8 -
System Red Green Blue C M Y K H S L
Decimal 214 218 159 0.02 0 0.27 0.15 64.07 0.44 0.74
Hex D6 DA 9F 2 0 1B F 40 2C 4A
Octal 326 332 237 2 0 33 17 100 54 112
Binary 11010110 11011010 10011111 10 0 11011 1111 1000000 101100 1001010

Color Harmonies of #D6DA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DA9F

Black with #D6DA9F

Text Example


Text Example

White with #D6DA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DA9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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