Html Css Color HEX #D3D6B1 Orinoco

📋 copy color: '#D3D6B1'

red 211 ◦ green 214 ◦ blue 177

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

Shades of Orinoco #D3D6B1

Tints of Orinoco #D3D6B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 29.4%

R = 35.05%
G = 35.55%
B = 29.4%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D3D6B1 (or 0xD3D6B1) is known color: Orinoco. HEX triplet: D3, D6 and B1. RGB value is (211,214,177). Sum of RGB (Red+Green+Blue) = 211+214+177=602 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.05% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D6B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D6B1 is #2C294E. Grayscale: #D1D1D1. Windows color (decimal): -2894159 or 11654867. OLE color: 11654867.

HSL color Cylindrical-coordinate representation of color #D3D6B1: hue angle of 64.86º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D3D6B1 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 214 177 -
CMYK 0.01 0 0.17 0.16
HSL 64.86º 0.31% 0.77% -
HSV(B) 64.86º 0.17% 0.84% -
XYZ 58.85 65.12 51.06 -
YUV 208.89 110.01 129.51 -
System Red Green Blue C M Y K H S L
Decimal 211 214 177 0.01 0 0.17 0.16 64.86 0.31 0.77
Hex D3 D6 B1 1 0 11 10 41 1F 4D
Octal 323 326 261 1 0 21 20 101 37 115
Binary 11010011 11010110 10110001 1 0 10001 10000 1000001 11111 1001101

Color Harmonies of #D3D6B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D6B1

Black with #D3D6B1

Text Example


Text Example

White with #D3D6B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D6B1; }

 p { color: rgb(211,214,177); }

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

background-color css

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

 a { background-color: rgb(211,214,177); }

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

border-color css

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

 span { border-color: rgb(211,214,177); }

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