Html Css Color HEX #D6D6B9 Orinoco

📋 copy color: '#D6D6B9'

red 214 ◦ green 214 ◦ blue 185

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

Shades of Orinoco #D6D6B9

Tints of Orinoco #D6D6B9

RGB

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

 GREEN value IS 214 (83.98% from 255) = 34.91%

 BLUE value IS 185 (72.66% from 255) = 30.18%

R = 34.91%
G = 34.91%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D6D6B9 (or 0xD6D6B9) is known color: Orinoco. HEX triplet: D6, D6 and B9. RGB value is (214,214,185). Sum of RGB (Red+Green+Blue) = 214+214+185=613 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.91% from 613); Green value is 214 (83.98% from 255 or 34.91% from 613); Blue value is 185 (72.66% from 255 or 30.18% from 613); Max value from RGB is 214 - color contains mainly: red, green. Hex color #D6D6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D6B9 is #292946. Grayscale: #D2D2D2. Windows color (decimal): -2697543 or 12179158. OLE color: 12179158.

HSL color Cylindrical-coordinate representation of color #D6D6B9: hue angle of 60º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D6D6B9 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 214 185 -
CMYK 0 0 0.14 0.16
HSL 60º 0.26% 0.78% -
HSV(B) 60º 0.14% 0.84% -
XYZ 60.54 65.89 55.43 -
YUV 210.69 113.5 130.36 -
System Red Green Blue C M Y K H S L
Decimal 214 214 185 0 0 0.14 0.16 60 0.26 0.78
Hex D6 D6 B9 0 0 E 10 3C 1A 4E
Octal 326 326 271 0 0 16 20 74 32 116
Binary 11010110 11010110 10111001 0 0 1110 10000 111100 11010 1001110

Color Harmonies of #D6D6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D6B9

Black with #D6D6B9

Text Example


Text Example

White with #D6D6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D6B9; }

 p { color: rgb(214,214,185); }

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

background-color css

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

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

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

border-color css

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

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

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