Html Css Color HEX #D6D8A5 Orinoco

📋 copy color: '#D6D8A5'

red 214 ◦ green 216 ◦ blue 165

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

Shades of Orinoco #D6D8A5

Tints of Orinoco #D6D8A5

RGB

 RED value IS 214 (83.98% from 255) = 35.97%

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

 BLUE value IS 165 (64.84% from 255) = 27.73%

R = 35.97%
G = 36.3%
B = 27.73%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D6D8A5 (or 0xD6D8A5) is known color: Orinoco. HEX triplet: D6, D8 and A5. RGB value is (214,216,165). Sum of RGB (Red+Green+Blue) = 214+216+165=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 165 (64.84% from 255 or 27.73% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #D6D8A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D8A5 is #29275A. Grayscale: #D1D1D1. Windows color (decimal): -2697051 or 10868950. OLE color: 10868950.

HSL color Cylindrical-coordinate representation of color #D6D8A5: hue angle of 62.35º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6D8A5 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 216 165 -
CMYK 0.01 0 0.24 0.15
HSL 62.35º 0.4% 0.75% -
HSV(B) 62.35º 0.24% 0.85% -
XYZ 59.08 66.12 45.25 -
YUV 209.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 214 216 165 0.01 0 0.24 0.15 62.35 0.4 0.75
Hex D6 D8 A5 1 0 18 F 3E 28 4B
Octal 326 330 245 1 0 30 17 76 50 113
Binary 11010110 11011000 10100101 1 0 11000 1111 111110 101000 1001011

Color Harmonies of #D6D8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D8A5

Black with #D6D8A5

Text Example


Text Example

White with #D6D8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D8A5; }

 p { color: rgb(214,216,165); }

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

background-color css

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

 a { background-color: rgb(214,216,165); }

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

border-color css

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

 span { border-color: rgb(214,216,165); }

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