Html Css Color HEX #D1D79F Orinoco

📋 copy color: '#D1D79F'

red 209 ◦ green 215 ◦ blue 159

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

Shades of Orinoco #D1D79F

Tints of Orinoco #D1D79F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.88%

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

R = 35.85%
G = 36.88%
B = 27.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D1D79F (or 0xD1D79F) is known color: Orinoco. HEX triplet: D1, D7 and 9F. RGB value is (209,215,159). Sum of RGB (Red+Green+Blue) = 209+215+159=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 215 (84.38% from 255 or 36.88% from 583); Blue value is 159 (62.5% from 255 or 27.27% from 583); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D79F is #2E2860. Grayscale: #CFCFCF. Windows color (decimal): -3024993 or 10475473. OLE color: 10475473.

HSL color Cylindrical-coordinate representation of color #D1D79F: hue angle of 66.43º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D1D79F is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 215 159 -
CMYK 0.03 0 0.26 0.16
HSL 66.43º 0.41% 0.73% -
HSV(B) 66.43º 0.26% 0.84% -
XYZ 56.85 64.66 42.28 -
YUV 206.82 101.01 129.55 -
System Red Green Blue C M Y K H S L
Decimal 209 215 159 0.03 0 0.26 0.16 66.43 0.41 0.73
Hex D1 D7 9F 3 0 1A 10 42 29 49
Octal 321 327 237 3 0 32 20 102 51 111
Binary 11010001 11010111 10011111 11 0 11010 10000 1000010 101001 1001001

Color Harmonies of #D1D79F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D79F

Black with #D1D79F

Text Example


Text Example

White with #D1D79F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D79F; }

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

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

background-color css

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

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

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

border-color css

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

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

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