Html Css Color HEX #D9D8AE Orinoco

📋 copy color: '#D9D8AE'

red 217 ◦ green 216 ◦ blue 174

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

Shades of Orinoco #D9D8AE

Tints of Orinoco #D9D8AE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.58%

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

R = 35.75%
G = 35.58%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9D8AE (or 0xD9D8AE) is known color: Orinoco. HEX triplet: D9, D8 and AE. RGB value is (217,216,174). Sum of RGB (Red+Green+Blue) = 217+216+174=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 216 (84.77% from 255 or 35.58% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D8AE is #262751. Grayscale: #D3D3D3. Windows color (decimal): -2500434 or 11458777. OLE color: 11458777.

HSL color Cylindrical-coordinate representation of color #D9D8AE: hue angle of 58.6º degrees, saturation: 0.36, 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 #D9D8AE is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 216 174 -
CMYK 0 0.00 0.20 0.15
HSL 58.6º 0.36% 0.77% -
HSV(B) 58.6º 0.2% 0.85% -
XYZ 60.81 66.92 49.76 -
YUV 211.51 106.83 131.92 -
System Red Green Blue C M Y K H S L
Decimal 217 216 174 0 0.00 0.20 0.15 58.6 0.36 0.77
Hex D9 D8 AE 0 0 14 F 3B 24 4D
Octal 331 330 256 0 0 24 17 73 44 115
Binary 11011001 11011000 10101110 0 0 10100 1111 111011 100100 1001101

Color Harmonies of #D9D8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9D8AE

Black with #D9D8AE

Text Example


Text Example

White with #D9D8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9D8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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