Html Css Color HEX #D3D8AE Orinoco

📋 copy color: '#D3D8AE'

red 211 ◦ green 216 ◦ blue 174

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

Shades of Orinoco #D3D8AE

Tints of Orinoco #D3D8AE

RGB

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

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

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

R = 35.11%
G = 35.94%
B = 28.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D3D8AE (or 0xD3D8AE) is known color: Orinoco. HEX triplet: D3, D8 and AE. RGB value is (211,216,174). Sum of RGB (Red+Green+Blue) = 211+216+174=601 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.11% from 601); Green value is 216 (84.77% from 255 or 35.94% from 601); Blue value is 174 (68.36% from 255 or 28.95% from 601); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D8AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D8AE is #2C2751. Grayscale: #D1D1D1. Windows color (decimal): -2893650 or 11458771. OLE color: 11458771.

HSL color Cylindrical-coordinate representation of color #D3D8AE: hue angle of 67.14º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3D8AE is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 211 216 174 -
CMYK 0.02 0 0.19 0.15
HSL 67.14º 0.35% 0.76% -
HSV(B) 67.14º 0.19% 0.85% -
XYZ 59.06 66.02 49.67 -
YUV 209.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 211 216 174 0.02 0 0.19 0.15 67.14 0.35 0.76
Hex D3 D8 AE 2 0 13 F 43 23 4C
Octal 323 330 256 2 0 23 17 103 43 114
Binary 11010011 11011000 10101110 10 0 10011 1111 1000011 100011 1001100

Color Harmonies of #D3D8AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3D8AE

Black with #D3D8AE

Text Example


Text Example

White with #D3D8AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3D8AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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