Html Css Color HEX #D1D39E Orinoco

📋 copy color: '#D1D39E'

red 209 ◦ green 211 ◦ blue 158

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

Shades of Orinoco #D1D39E

Tints of Orinoco #D1D39E

RGB

 RED value IS 209 (82.03% from 255) = 36.16%

 GREEN value IS 211 (82.81% from 255) = 36.51%

 BLUE value IS 158 (62.11% from 255) = 27.34%

R = 36.16%
G = 36.51%
B = 27.34%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D1D39E (or 0xD1D39E) is known color: Orinoco. HEX triplet: D1, D3 and 9E. RGB value is (209,211,158). Sum of RGB (Red+Green+Blue) = 209+211+158=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 211 (82.81% from 255 or 36.51% from 578); Blue value is 158 (62.11% from 255 or 27.34% from 578); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D39E is #2E2C61. Grayscale: #CCCCCC. Windows color (decimal): -3026018 or 10408913. OLE color: 10408913.

HSL color Cylindrical-coordinate representation of color #D1D39E: hue angle of 62.26º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1D39E is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 211 158 -
CMYK 0.01 0 0.25 0.17
HSL 62.26º 0.38% 0.72% -
HSV(B) 62.26º 0.25% 0.83% -
XYZ 55.76 62.61 41.49 -
YUV 204.36 101.84 131.31 -
System Red Green Blue C M Y K H S L
Decimal 209 211 158 0.01 0 0.25 0.17 62.26 0.38 0.72
Hex D1 D3 9E 1 0 19 11 3E 26 48
Octal 321 323 236 1 0 31 21 76 46 110
Binary 11010001 11010011 10011110 1 0 11001 10001 111110 100110 1001000

Color Harmonies of #D1D39E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D39E

Black with #D1D39E

Text Example


Text Example

White with #D1D39E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D39E; }

 p { color: rgb(209,211,158); }

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

background-color css

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

 a { background-color: rgb(209,211,158); }

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

border-color css

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

 span { border-color: rgb(209,211,158); }

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