Html Css Color HEX #D1D99D Orinoco

📋 copy color: '#D1D99D'

red 209 ◦ green 217 ◦ blue 157

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

Shades of Orinoco #D1D99D

Tints of Orinoco #D1D99D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.22%

 BLUE value IS 157 (61.72% from 255) = 26.93%

R = 35.85%
G = 37.22%
B = 26.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D1D99D (or 0xD1D99D) is known color: Orinoco. HEX triplet: D1, D9 and 9D. RGB value is (209,217,157). Sum of RGB (Red+Green+Blue) = 209+217+157=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 217 (85.16% from 255 or 37.22% from 583); Blue value is 157 (61.72% from 255 or 26.93% from 583); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D99D is #2E2662. Grayscale: #D0D0D0. Windows color (decimal): -3024483 or 10344913. OLE color: 10344913.

HSL color Cylindrical-coordinate representation of color #D1D99D: hue angle of 68º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1D99D is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 217 157 -
CMYK 0.04 0 0.28 0.15
HSL 68º 0.44% 0.73% -
HSV(B) 68º 0.28% 0.85% -
XYZ 57.19 65.62 41.55 -
YUV 207.77 99.35 128.88 -
System Red Green Blue C M Y K H S L
Decimal 209 217 157 0.04 0 0.28 0.15 68 0.44 0.73
Hex D1 D9 9D 4 0 1C F 44 2C 49
Octal 321 331 235 4 0 34 17 104 54 111
Binary 11010001 11011001 10011101 100 0 11100 1111 1000100 101100 1001001

Color Harmonies of #D1D99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D99D

Black with #D1D99D

Text Example


Text Example

White with #D1D99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D99D; }

 p { color: rgb(209,217,157); }

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

background-color css

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

 a { background-color: rgb(209,217,157); }

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

border-color css

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

 span { border-color: rgb(209,217,157); }

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