Html Css Color HEX #D9DCAE Orinoco

📋 copy color: '#D9DCAE'

red 217 ◦ green 220 ◦ blue 174

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

Shades of Orinoco #D9DCAE

Tints of Orinoco #D9DCAE

RGB

 RED value IS 217 (85.16% from 255) = 35.52%

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

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

R = 35.52%
G = 36.01%
B = 28.48%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#D9DCAE (or 0xD9DCAE) is known color: Orinoco. HEX triplet: D9, DC and AE. RGB value is (217,220,174). Sum of RGB (Red+Green+Blue) = 217+220+174=611 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.52% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DCAE is #262351. Grayscale: #D6D6D6. Windows color (decimal): -2499410 or 11459801. OLE color: 11459801.

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

Color convert

RGB 217 220 174 -
CMYK 0.01 0 0.21 0.14
HSL 63.91º 0.4% 0.77% -
HSV(B) 63.91º 0.21% 0.86% -
XYZ 61.85 68.99 50.1 -
YUV 213.86 105.51 130.24 -
System Red Green Blue C M Y K H S L
Decimal 217 220 174 0.01 0 0.21 0.14 63.91 0.4 0.77
Hex D9 DC AE 1 0 15 E 40 28 4D
Octal 331 334 256 1 0 25 16 100 50 115
Binary 11011001 11011100 10101110 1 0 10101 1110 1000000 101000 1001101

Color Harmonies of #D9DCAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DCAE

Black with #D9DCAE

Text Example


Text Example

White with #D9DCAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DCAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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