Html Css Color HEX #D3D9AD Orinoco

📋 copy color: '#D3D9AD'

red 211 ◦ green 217 ◦ blue 173

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

Shades of Orinoco #D3D9AD

Tints of Orinoco #D3D9AD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.11%

 BLUE value IS 173 (67.97% from 255) = 28.79%

R = 35.11%
G = 36.11%
B = 28.79%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D3D9AD (or 0xD3D9AD) is known color: Orinoco. HEX triplet: D3, D9 and AD. RGB value is (211,217,173). Sum of RGB (Red+Green+Blue) = 211+217+173=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 173 (67.97% from 255 or 28.79% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D9AD is #2C2652. Grayscale: #D2D2D2. Windows color (decimal): -2893395 or 11393491. OLE color: 11393491.

HSL color Cylindrical-coordinate representation of color #D3D9AD: hue angle of 68.18º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3D9AD is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 217 173 -
CMYK 0.03 0 0.20 0.15
HSL 68.18º 0.37% 0.76% -
HSV(B) 68.18º 0.2% 0.85% -
XYZ 59.22 66.49 49.25 -
YUV 210.19 107.01 128.58 -
System Red Green Blue C M Y K H S L
Decimal 211 217 173 0.03 0 0.20 0.15 68.18 0.37 0.76
Hex D3 D9 AD 3 0 14 F 44 25 4C
Octal 323 331 255 3 0 24 17 104 45 114
Binary 11010011 11011001 10101101 11 0 10100 1111 1000100 100101 1001100

Color Harmonies of #D3D9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D9AD

Black with #D3D9AD

Text Example


Text Example

White with #D3D9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D9AD; }

 p { color: rgb(211,217,173); }

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

background-color css

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

 a { background-color: rgb(211,217,173); }

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

border-color css

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

 span { border-color: rgb(211,217,173); }

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