Html Css Color HEX #D3DBAB Orinoco

📋 copy color: '#D3DBAB'

red 211 ◦ green 219 ◦ blue 171

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

Shades of Orinoco #D3DBAB

Tints of Orinoco #D3DBAB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.44%

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

R = 35.11%
G = 36.44%
B = 28.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#D3DBAB (or 0xD3DBAB) is known color: Orinoco. HEX triplet: D3, DB and AB. RGB value is (211,219,171). Sum of RGB (Red+Green+Blue) = 211+219+171=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DBAB is #2C2454. Grayscale: #D3D3D3. Windows color (decimal): -2892885 or 11262931. OLE color: 11262931.

HSL color Cylindrical-coordinate representation of color #D3DBAB: hue angle of 70º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D3DBAB is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 219 171 -
CMYK 0.04 0 0.22 0.14
HSL 70º 0.4% 0.76% -
HSV(B) 70º 0.22% 0.86% -
XYZ 59.55 67.45 48.41 -
YUV 211.14 105.35 127.9 -
System Red Green Blue C M Y K H S L
Decimal 211 219 171 0.04 0 0.22 0.14 70 0.4 0.76
Hex D3 DB AB 4 0 16 E 46 28 4C
Octal 323 333 253 4 0 26 16 106 50 114
Binary 11010011 11011011 10101011 100 0 10110 1110 1000110 101000 1001100

Color Harmonies of #D3DBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DBAB

Black with #D3DBAB

Text Example


Text Example

White with #D3DBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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