Html Css Color HEX #D3DBAE Orinoco

📋 copy color: '#D3DBAE'

red 211 ◦ green 219 ◦ blue 174

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

Shades of Orinoco #D3DBAE

Tints of Orinoco #D3DBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 28.81%

R = 34.93%
G = 36.26%
B = 28.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D3DBAE (or 0xD3DBAE) is known color: Orinoco. HEX triplet: D3, DB and AE. RGB value is (211,219,174). Sum of RGB (Red+Green+Blue) = 211+219+174=604 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.93% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DBAE is #2C2451. Grayscale: #D3D3D3. Windows color (decimal): -2892882 or 11459539. OLE color: 11459539.

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

Color convert

RGB 211 219 174 -
CMYK 0.04 0 0.21 0.14
HSL 70.67º 0.38% 0.77% -
HSV(B) 70.67º 0.21% 0.86% -
XYZ 59.84 67.57 49.93 -
YUV 211.48 106.85 127.66 -
System Red Green Blue C M Y K H S L
Decimal 211 219 174 0.04 0 0.21 0.14 70.67 0.38 0.77
Hex D3 DB AE 4 0 15 E 47 26 4D
Octal 323 333 256 4 0 25 16 107 46 115
Binary 11010011 11011011 10101110 100 0 10101 1110 1000111 100110 1001101

Color Harmonies of #D3DBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DBAE

Black with #D3DBAE

Text Example


Text Example

White with #D3DBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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