Html Css Color HEX #D8DCB5 Orinoco

📋 copy color: '#D8DCB5'

red 216 ◦ green 220 ◦ blue 181

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

Shades of Orinoco #D8DCB5

Tints of Orinoco #D8DCB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.34%

R = 35.01%
G = 35.66%
B = 29.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#D8DCB5 (or 0xD8DCB5) is known color: Orinoco. HEX triplet: D8, DC and B5. RGB value is (216,220,181). Sum of RGB (Red+Green+Blue) = 216+220+181=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 220 (86.33% from 255 or 35.66% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DCB5 is #27234A. Grayscale: #D6D6D6. Windows color (decimal): -2564939 or 11918552. OLE color: 11918552.

HSL color Cylindrical-coordinate representation of color #D8DCB5: hue angle of 66.15º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8DCB5 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 216 220 181 -
CMYK 0.02 0 0.18 0.14
HSL 66.15º 0.36% 0.79% -
HSV(B) 66.15º 0.18% 0.86% -
XYZ 62.25 69.12 53.78 -
YUV 214.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 216 220 181 0.02 0 0.18 0.14 66.15 0.36 0.79
Hex D8 DC B5 2 0 12 E 42 24 4F
Octal 330 334 265 2 0 22 16 102 44 117
Binary 11011000 11011100 10110101 10 0 10010 1110 1000010 100100 1001111

Color Harmonies of #D8DCB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DCB5

Black with #D8DCB5

Text Example


Text Example

White with #D8DCB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DCB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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