Html Css Color HEX #D6DD9F Orinoco

📋 copy color: '#D6DD9F'

red 214 ◦ green 221 ◦ blue 159

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

Shades of Orinoco #D6DD9F

Tints of Orinoco #D6DD9F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.21%

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

R = 36.03%
G = 37.21%
B = 26.77%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#D6DD9F (or 0xD6DD9F) is known color: Orinoco. HEX triplet: D6, DD and 9F. RGB value is (214,221,159). Sum of RGB (Red+Green+Blue) = 214+221+159=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 221 (86.72% from 255 or 37.21% from 594); Blue value is 159 (62.5% from 255 or 26.77% from 594); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DD9F is #292260. Grayscale: #D4D4D4. Windows color (decimal): -2695777 or 10477014. OLE color: 10477014.

HSL color Cylindrical-coordinate representation of color #D6DD9F: hue angle of 66.77º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6DD9F is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 221 159 -
CMYK 0.03 0 0.28 0.13
HSL 66.77º 0.48% 0.75% -
HSV(B) 66.77º 0.28% 0.87% -
XYZ 59.85 68.51 42.87 -
YUV 211.84 98.18 129.54 -
System Red Green Blue C M Y K H S L
Decimal 214 221 159 0.03 0 0.28 0.13 66.77 0.48 0.75
Hex D6 DD 9F 3 0 1C D 43 30 4B
Octal 326 335 237 3 0 34 15 103 60 113
Binary 11010110 11011101 10011111 11 0 11100 1101 1000011 110000 1001011

Color Harmonies of #D6DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD9F

Black with #D6DD9F

Text Example


Text Example

White with #D6DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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