Html Css Color HEX #D1D39F Orinoco

📋 copy color: '#D1D39F'

red 209 ◦ green 211 ◦ blue 159

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

Shades of Orinoco #D1D39F

Tints of Orinoco #D1D39F

RGB

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

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

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

R = 36.1%
G = 36.44%
B = 27.46%

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

#D1D39F (or 0xD1D39F) is known color: Orinoco. HEX triplet: D1, D3 and 9F. RGB value is (209,211,159). Sum of RGB (Red+Green+Blue) = 209+211+159=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D39F is #2E2C60. Grayscale: #CCCCCC. Windows color (decimal): -3026017 or 10474449. OLE color: 10474449.

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

Color convert

RGB 209 211 159 -
CMYK 0.01 0 0.25 0.17
HSL 62.31º 0.37% 0.73% -
HSV(B) 62.31º 0.25% 0.83% -
XYZ 55.85 62.65 41.95 -
YUV 204.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 209 211 159 0.01 0 0.25 0.17 62.31 0.37 0.73
Hex D1 D3 9F 1 0 19 11 3E 25 49
Octal 321 323 237 1 0 31 21 76 45 111
Binary 11010001 11010011 10011111 1 0 11001 10001 111110 100101 1001001

Color Harmonies of #D1D39F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D39F

Black with #D1D39F

Text Example


Text Example

White with #D1D39F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D39F; }

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

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

background-color css

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

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

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

border-color css

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

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

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