Html Css Color HEX #D3DCAE Orinoco

📋 copy color: '#D3DCAE'

red 211 ◦ green 220 ◦ blue 174

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

Shades of Orinoco #D3DCAE

Tints of Orinoco #D3DCAE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.36%

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

R = 34.88%
G = 36.36%
B = 28.76%

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

#D3DCAE (or 0xD3DCAE) is known color: Orinoco. HEX triplet: D3, DC and AE. RGB value is (211,220,174). Sum of RGB (Red+Green+Blue) = 211+220+174=605 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.88% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #D3DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DCAE is #2C2351. Grayscale: #D4D4D4. Windows color (decimal): -2892626 or 11459795. OLE color: 11459795.

HSL color Cylindrical-coordinate representation of color #D3DCAE: hue angle of 71.74º degrees, saturation: 0.4, 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 #D3DCAE is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 220 174 -
CMYK 0.04 0 0.21 0.14
HSL 71.74º 0.4% 0.77% -
HSV(B) 71.74º 0.21% 0.86% -
XYZ 60.1 68.09 50.02 -
YUV 212.07 106.52 127.24 -
System Red Green Blue C M Y K H S L
Decimal 211 220 174 0.04 0 0.21 0.14 71.74 0.4 0.77
Hex D3 DC AE 4 0 15 E 48 28 4D
Octal 323 334 256 4 0 25 16 110 50 115
Binary 11010011 11011100 10101110 100 0 10101 1110 1001000 101000 1001101

Color Harmonies of #D3DCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3DCAE

Black with #D3DCAE

Text Example


Text Example

White with #D3DCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3DCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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