Html Css Color HEX #D6DCBB Orinoco

📋 copy color: '#D6DCBB'

red 214 ◦ green 220 ◦ blue 187

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

Shades of Orinoco #D6DCBB

Tints of Orinoco #D6DCBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.11%

R = 34.46%
G = 35.43%
B = 30.11%

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

#D6DCBB (or 0xD6DCBB) is known color: Orinoco. HEX triplet: D6, DC and BB. RGB value is (214,220,187). Sum of RGB (Red+Green+Blue) = 214+220+187=621 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.46% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCBB is #292344. Grayscale: #D6D6D6. Windows color (decimal): -2696005 or 12311766. OLE color: 12311766.

HSL color Cylindrical-coordinate representation of color #D6DCBB: hue angle of 70.91º degrees, saturation: 0.32, 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 #D6DCBB is Cyan = 0.03, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 187 -
CMYK 0.03 0 0.15 0.14
HSL 70.91º 0.32% 0.8% -
HSV(B) 70.91º 0.15% 0.86% -
XYZ 62.29 69.07 57.06 -
YUV 214.44 112.51 127.68 -
System Red Green Blue C M Y K H S L
Decimal 214 220 187 0.03 0 0.15 0.14 70.91 0.32 0.8
Hex D6 DC BB 3 0 F E 47 20 50
Octal 326 334 273 3 0 17 16 107 40 120
Binary 11010110 11011100 10111011 11 0 1111 1110 1000111 100000 1010000

Color Harmonies of #D6DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DCBB

Black with #D6DCBB

Text Example


Text Example

White with #D6DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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