Html Css Color HEX #D1D49D Orinoco

📋 copy color: '#D1D49D'

red 209 ◦ green 212 ◦ blue 157

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

Shades of Orinoco #D1D49D

Tints of Orinoco #D1D49D

RGB

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

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

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

R = 36.16%
G = 36.68%
B = 27.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.17

RGB Variations

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

Color information

#D1D49D (or 0xD1D49D) is known color: Orinoco. HEX triplet: D1, D4 and 9D. RGB value is (209,212,157). Sum of RGB (Red+Green+Blue) = 209+212+157=578 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.16% from 578); Green value is 212 (83.20% from 255 or 36.68% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D49D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D49D is #2E2B62. Grayscale: #CDCDCD. Windows color (decimal): -3025763 or 10343633. OLE color: 10343633.

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

Color convert

RGB 209 212 157 -
CMYK 0.01 0 0.26 0.17
HSL 63.27º 0.39% 0.72% -
HSV(B) 63.27º 0.26% 0.83% -
XYZ 55.92 63.08 41.13 -
YUV 204.83 101.01 130.97 -
System Red Green Blue C M Y K H S L
Decimal 209 212 157 0.01 0 0.26 0.17 63.27 0.39 0.72
Hex D1 D4 9D 1 0 1A 11 3F 27 48
Octal 321 324 235 1 0 32 21 77 47 110
Binary 11010001 11010100 10011101 1 0 11010 10001 111111 100111 1001000

Color Harmonies of #D1D49D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D49D

Black with #D1D49D

Text Example


Text Example

White with #D1D49D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D49D; }

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

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

background-color css

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

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

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

border-color css

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

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

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