Html Css Color HEX #D8DCBB Orinoco

📋 copy color: '#D8DCBB'

red 216 ◦ green 220 ◦ blue 187

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

Shades of Orinoco #D8DCBB

Tints of Orinoco #D8DCBB

RGB

 RED value IS 216 (84.77% from 255) = 34.67%

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

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

R = 34.67%
G = 35.31%
B = 30.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#D8DCBB (or 0xD8DCBB) is known color: Orinoco. HEX triplet: D8, DC and BB. RGB value is (216,220,187). Sum of RGB (Red+Green+Blue) = 216+220+187=623 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.67% from 623); Green value is 220 (86.33% from 255 or 35.31% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCBB is #272344. Grayscale: #D7D7D7. Windows color (decimal): -2564933 or 12311768. OLE color: 12311768.

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

Color convert

RGB 216 220 187 -
CMYK 0.02 0 0.15 0.14
HSL 67.27º 0.32% 0.8% -
HSV(B) 67.27º 0.15% 0.86% -
XYZ 62.88 69.37 57.09 -
YUV 215.04 112.17 128.68 -
System Red Green Blue C M Y K H S L
Decimal 216 220 187 0.02 0 0.15 0.14 67.27 0.32 0.8
Hex D8 DC BB 2 0 F E 43 20 50
Octal 330 334 273 2 0 17 16 103 40 120
Binary 11011000 11011100 10111011 10 0 1111 1110 1000011 100000 1010000

Color Harmonies of #D8DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DCBB

Black with #D8DCBB

Text Example


Text Example

White with #D8DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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