Html Css Color HEX #D3DAAE Orinoco

📋 copy color: '#D3DAAE'

red 211 ◦ green 218 ◦ blue 174

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

Shades of Orinoco #D3DAAE

Tints of Orinoco #D3DAAE

RGB

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

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

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

R = 34.99%
G = 36.15%
B = 28.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D3DAAE (or 0xD3DAAE) is known color: Orinoco. HEX triplet: D3, DA and AE. RGB value is (211,218,174). Sum of RGB (Red+Green+Blue) = 211+218+174=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DAAE is #2C2551. Grayscale: #D3D3D3. Windows color (decimal): -2893138 or 11459283. OLE color: 11459283.

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

Color convert

RGB 211 218 174 -
CMYK 0.03 0 0.20 0.15
HSL 69.55º 0.37% 0.77% -
HSV(B) 69.55º 0.2% 0.85% -
XYZ 59.58 67.05 49.85 -
YUV 210.89 107.18 128.08 -
System Red Green Blue C M Y K H S L
Decimal 211 218 174 0.03 0 0.20 0.15 69.55 0.37 0.77
Hex D3 DA AE 3 0 14 F 46 25 4D
Octal 323 332 256 3 0 24 17 106 45 115
Binary 11010011 11011010 10101110 11 0 10100 1111 1000110 100101 1001101

Color Harmonies of #D3DAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DAAE

Black with #D3DAAE

Text Example


Text Example

White with #D3DAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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