Html Css Color HEX #D3D5AB Orinoco

📋 copy color: '#D3D5AB'

red 211 ◦ green 213 ◦ blue 171

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

Shades of Orinoco #D3D5AB

Tints of Orinoco #D3D5AB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.8%

 BLUE value IS 171 (67.19% from 255) = 28.74%

R = 35.46%
G = 35.8%
B = 28.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D3D5AB (or 0xD3D5AB) is known color: Orinoco. HEX triplet: D3, D5 and AB. RGB value is (211,213,171). Sum of RGB (Red+Green+Blue) = 211+213+171=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 213 (83.59% from 255 or 35.80% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 213 - color contains mainly: green. Hex color #D3D5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D5AB is #2C2A54. Grayscale: #CFCFCF. Windows color (decimal): -2894421 or 11261395. OLE color: 11261395.

HSL color Cylindrical-coordinate representation of color #D3D5AB: hue angle of 62.86º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D3D5AB is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 211 213 171 -
CMYK 0.01 0 0.20 0.16
HSL 62.86º 0.33% 0.75% -
HSV(B) 62.86º 0.2% 0.84% -
XYZ 58.01 64.38 47.9 -
YUV 207.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 211 213 171 0.01 0 0.20 0.16 62.86 0.33 0.75
Hex D3 D5 AB 1 0 14 10 3F 21 4B
Octal 323 325 253 1 0 24 20 77 41 113
Binary 11010011 11010101 10101011 1 0 10100 10000 111111 100001 1001011

Color Harmonies of #D3D5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D5AB

Black with #D3D5AB

Text Example


Text Example

White with #D3D5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D5AB; }

 p { color: rgb(211,213,171); }

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

background-color css

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

 a { background-color: rgb(211,213,171); }

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

border-color css

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

 span { border-color: rgb(211,213,171); }

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