Html Css Color HEX #D1D69E Orinoco

📋 copy color: '#D1D69E'

red 209 ◦ green 214 ◦ blue 158

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

Shades of Orinoco #D1D69E

Tints of Orinoco #D1D69E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.19%

R = 35.97%
G = 36.83%
B = 27.19%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D1D69E (or 0xD1D69E) is known color: Orinoco. HEX triplet: D1, D6 and 9E. RGB value is (209,214,158). Sum of RGB (Red+Green+Blue) = 209+214+158=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 214 (83.98% from 255 or 36.83% from 581); Blue value is 158 (62.11% from 255 or 27.19% from 581); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D69E is #2E2961. Grayscale: #CECECE. Windows color (decimal): -3025250 or 10409681. OLE color: 10409681.

HSL color Cylindrical-coordinate representation of color #D1D69E: hue angle of 65.36º 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 #D1D69E is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 209 214 158 -
CMYK 0.02 0 0.26 0.16
HSL 65.36º 0.41% 0.73% -
HSV(B) 65.36º 0.26% 0.84% -
XYZ 56.51 64.12 41.75 -
YUV 206.12 100.84 130.05 -
System Red Green Blue C M Y K H S L
Decimal 209 214 158 0.02 0 0.26 0.16 65.36 0.41 0.73
Hex D1 D6 9E 2 0 1A 10 41 29 49
Octal 321 326 236 2 0 32 20 101 51 111
Binary 11010001 11010110 10011110 10 0 11010 10000 1000001 101001 1001001

Color Harmonies of #D1D69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1D69E

Black with #D1D69E

Text Example


Text Example

White with #D1D69E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1D69E; }

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

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

background-color css

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

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

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

border-color css

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

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

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