Html Css Color HEX #D1D49F Orinoco

📋 copy color: '#D1D49F'

red 209 ◦ green 212 ◦ blue 159

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

Shades of Orinoco #D1D49F

Tints of Orinoco #D1D49F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.55%

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

R = 36.03%
G = 36.55%
B = 27.41%

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

#D1D49F (or 0xD1D49F) is known color: Orinoco. HEX triplet: D1, D4 and 9F. RGB value is (209,212,159). Sum of RGB (Red+Green+Blue) = 209+212+159=580 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.03% from 580); Green value is 212 (83.20% from 255 or 36.55% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D49F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D49F is #2E2B60. Grayscale: #CDCDCD. Windows color (decimal): -3025761 or 10474705. OLE color: 10474705.

HSL color Cylindrical-coordinate representation of color #D1D49F: hue angle of 63.4º degrees, saturation: 0.38, 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 #D1D49F is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 209 212 159 -
CMYK 0.01 0 0.25 0.17
HSL 63.4º 0.38% 0.73% -
HSV(B) 63.4º 0.25% 0.83% -
XYZ 56.1 63.15 42.03 -
YUV 205.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 209 212 159 0.01 0 0.25 0.17 63.4 0.38 0.73
Hex D1 D4 9F 1 0 19 11 3F 26 49
Octal 321 324 237 1 0 31 21 77 46 111
Binary 11010001 11010100 10011111 1 0 11001 10001 111111 100110 1001001

Color Harmonies of #D1D49F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D49F

Black with #D1D49F

Text Example


Text Example

White with #D1D49F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D49F; }

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

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

background-color css

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

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

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

border-color css

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

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

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