Html Css Color HEX #D1D6A0 Orinoco

📋 copy color: '#D1D6A0'

red 209 ◦ green 214 ◦ blue 160

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

Shades of Orinoco #D1D6A0

Tints of Orinoco #D1D6A0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.71%

 BLUE value IS 160 (62.89% from 255) = 27.44%

R = 35.85%
G = 36.71%
B = 27.44%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D1D6A0 (or 0xD1D6A0) is known color: Orinoco. HEX triplet: D1, D6 and A0. RGB value is (209,214,160). Sum of RGB (Red+Green+Blue) = 209+214+160=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 214 (83.98% from 255 or 36.71% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D6A0 is #2E295F. Grayscale: #CECECE. Windows color (decimal): -3025248 or 10540753. OLE color: 10540753.

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

Color convert

RGB 209 214 160 -
CMYK 0.02 0 0.25 0.16
HSL 65.56º 0.4% 0.73% -
HSV(B) 65.56º 0.25% 0.84% -
XYZ 56.69 64.19 42.66 -
YUV 206.35 101.84 129.89 -
System Red Green Blue C M Y K H S L
Decimal 209 214 160 0.02 0 0.25 0.16 65.56 0.4 0.73
Hex D1 D6 A0 2 0 19 10 42 28 49
Octal 321 326 240 2 0 31 20 102 50 111
Binary 11010001 11010110 10100000 10 0 11001 10000 1000010 101000 1001001

Color Harmonies of #D1D6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D6A0

Black with #D1D6A0

Text Example


Text Example

White with #D1D6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D6A0; }

 p { color: rgb(209,214,160); }

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

background-color css

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

 a { background-color: rgb(209,214,160); }

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

border-color css

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

 span { border-color: rgb(209,214,160); }

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