Html Css Color HEX #D3D9A5 Orinoco

📋 copy color: '#D3D9A5'

red 211 ◦ green 217 ◦ blue 165

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

Shades of Orinoco #D3D9A5

Tints of Orinoco #D3D9A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 27.82%

R = 35.58%
G = 36.59%
B = 27.82%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D3D9A5 (or 0xD3D9A5) is known color: Orinoco. HEX triplet: D3, D9 and A5. RGB value is (211,217,165). Sum of RGB (Red+Green+Blue) = 211+217+165=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 165 (64.84% from 255 or 27.82% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D9A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D9A5 is #2C265A. Grayscale: #D1D1D1. Windows color (decimal): -2893403 or 10869203. OLE color: 10869203.

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

Color convert

RGB 211 217 165 -
CMYK 0.03 0 0.24 0.15
HSL 66.92º 0.41% 0.75% -
HSV(B) 66.92º 0.24% 0.85% -
XYZ 58.47 66.19 45.29 -
YUV 209.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 211 217 165 0.03 0 0.24 0.15 66.92 0.41 0.75
Hex D3 D9 A5 3 0 18 F 43 29 4B
Octal 323 331 245 3 0 30 17 103 51 113
Binary 11010011 11011001 10100101 11 0 11000 1111 1000011 101001 1001011

Color Harmonies of #D3D9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D9A5

Black with #D3D9A5

Text Example


Text Example

White with #D3D9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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