Html Css Color HEX #D3DA9F Orinoco

📋 copy color: '#D3DA9F'

red 211 ◦ green 218 ◦ blue 159

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

Shades of Orinoco #D3DA9F

Tints of Orinoco #D3DA9F

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.07%

 BLUE value IS 159 (62.5% from 255) = 27.04%

R = 35.88%
G = 37.07%
B = 27.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.15

RGB Variations

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

Color information

#D3DA9F (or 0xD3DA9F) is known color: Orinoco. HEX triplet: D3, DA and 9F. RGB value is (211,218,159). Sum of RGB (Red+Green+Blue) = 211+218+159=588 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.88% from 588); Green value is 218 (85.55% from 255 or 37.07% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DA9F is #2C2560. Grayscale: #D1D1D1. Windows color (decimal): -2893153 or 10476243. OLE color: 10476243.

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

Color convert

RGB 211 218 159 -
CMYK 0.03 0 0.27 0.15
HSL 67.12º 0.44% 0.74% -
HSV(B) 67.12º 0.27% 0.85% -
XYZ 58.19 66.49 42.57 -
YUV 209.18 99.68 129.3 -
System Red Green Blue C M Y K H S L
Decimal 211 218 159 0.03 0 0.27 0.15 67.12 0.44 0.74
Hex D3 DA 9F 3 0 1B F 43 2C 4A
Octal 323 332 237 3 0 33 17 103 54 112
Binary 11010011 11011010 10011111 11 0 11011 1111 1000011 101100 1001010

Color Harmonies of #D3DA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DA9F

Black with #D3DA9F

Text Example


Text Example

White with #D3DA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DA9F; }

 p { color: rgb(211,218,159); }

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

background-color css

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

 a { background-color: rgb(211,218,159); }

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

border-color css

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

 span { border-color: rgb(211,218,159); }

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