Html Css Color HEX #D6DCBA Orinoco

📋 copy color: '#D6DCBA'

red 214 ◦ green 220 ◦ blue 186

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

Shades of Orinoco #D6DCBA

Tints of Orinoco #D6DCBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30%

R = 34.52%
G = 35.48%
B = 30%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#D6DCBA (or 0xD6DCBA) is known color: Orinoco. HEX triplet: D6, DC and BA. RGB value is (214,220,186). Sum of RGB (Red+Green+Blue) = 214+220+186=620 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.52% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCBA is #292345. Grayscale: #D6D6D6. Windows color (decimal): -2696006 or 12246230. OLE color: 12246230.

HSL color Cylindrical-coordinate representation of color #D6DCBA: hue angle of 70.59º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6DCBA is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 186 -
CMYK 0.03 0 0.15 0.14
HSL 70.59º 0.33% 0.8% -
HSV(B) 70.59º 0.15% 0.86% -
XYZ 62.19 69.03 56.5 -
YUV 214.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 214 220 186 0.03 0 0.15 0.14 70.59 0.33 0.8
Hex D6 DC BA 3 0 F E 47 21 50
Octal 326 334 272 3 0 17 16 107 41 120
Binary 11010110 11011100 10111010 11 0 1111 1110 1000111 100001 1010000

Color Harmonies of #D6DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCBA

Black with #D6DCBA

Text Example


Text Example

White with #D6DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCBA; }

 p { color: rgb(214,220,186); }

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

background-color css

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

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

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

border-color css

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

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

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