Html Css Color HEX #D3DAB0 Orinoco

📋 copy color: '#D3DAB0'

red 211 ◦ green 218 ◦ blue 176

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

Shades of Orinoco #D3DAB0

Tints of Orinoco #D3DAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.03%

 BLUE value IS 176 (69.14% from 255) = 29.09%

R = 34.88%
G = 36.03%
B = 29.09%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D3DAB0 (or 0xD3DAB0) is known color: Orinoco. HEX triplet: D3, DA and B0. RGB value is (211,218,176). Sum of RGB (Red+Green+Blue) = 211+218+176=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 176 (69.14% from 255 or 29.09% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DAB0 is #2C254F. Grayscale: #D3D3D3. Windows color (decimal): -2893136 or 11590355. OLE color: 11590355.

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

Color convert

RGB 211 218 176 -
CMYK 0.03 0 0.19 0.15
HSL 70º 0.36% 0.77% -
HSV(B) 70º 0.19% 0.85% -
XYZ 59.77 67.13 50.88 -
YUV 211.12 108.18 127.92 -
System Red Green Blue C M Y K H S L
Decimal 211 218 176 0.03 0 0.19 0.15 70 0.36 0.77
Hex D3 DA B0 3 0 13 F 46 24 4D
Octal 323 332 260 3 0 23 17 106 44 115
Binary 11010011 11011010 10110000 11 0 10011 1111 1000110 100100 1001101

Color Harmonies of #D3DAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DAB0

Black with #D3DAB0

Text Example


Text Example

White with #D3DAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DAB0; }

 p { color: rgb(211,218,176); }

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

background-color css

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

 a { background-color: rgb(211,218,176); }

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

border-color css

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

 span { border-color: rgb(211,218,176); }

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