Html Css Color HEX #D3DC9E Orinoco

📋 copy color: '#D3DC9E'

red 211 ◦ green 220 ◦ blue 158

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

Shades of Orinoco #D3DC9E

Tints of Orinoco #D3DC9E

RGB

 RED value IS 211 (82.81% from 255) = 35.82%

 GREEN value IS 220 (86.33% from 255) = 37.35%

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

R = 35.82%
G = 37.35%
B = 26.83%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#D3DC9E (or 0xD3DC9E) is known color: Orinoco. HEX triplet: D3, DC and 9E. RGB value is (211,220,158). Sum of RGB (Red+Green+Blue) = 211+220+158=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 158 (62.11% from 255 or 26.83% from 589); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DC9E is #2C2361. Grayscale: #D2D2D2. Windows color (decimal): -2892642 or 10411219. OLE color: 10411219.

HSL color Cylindrical-coordinate representation of color #D3DC9E: hue angle of 68.71º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D3DC9E is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 220 158 -
CMYK 0.04 0 0.28 0.14
HSL 68.71º 0.47% 0.74% -
HSV(B) 68.71º 0.28% 0.86% -
XYZ 58.63 67.5 42.29 -
YUV 210.24 98.52 128.54 -
System Red Green Blue C M Y K H S L
Decimal 211 220 158 0.04 0 0.28 0.14 68.71 0.47 0.74
Hex D3 DC 9E 4 0 1C E 45 2F 4A
Octal 323 334 236 4 0 34 16 105 57 112
Binary 11010011 11011100 10011110 100 0 11100 1110 1000101 101111 1001010

Color Harmonies of #D3DC9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DC9E

Black with #D3DC9E

Text Example


Text Example

White with #D3DC9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DC9E; }

 p { color: rgb(211,220,158); }

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

background-color css

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

 a { background-color: rgb(211,220,158); }

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

border-color css

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

 span { border-color: rgb(211,220,158); }

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