Html Css Color HEX #D8DCB0 Orinoco

📋 copy color: '#D8DCB0'

red 216 ◦ green 220 ◦ blue 176

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

Shades of Orinoco #D8DCB0

Tints of Orinoco #D8DCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 28.76%

R = 35.29%
G = 35.95%
B = 28.76%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#D8DCB0 (or 0xD8DCB0) is known color: Orinoco. HEX triplet: D8, DC and B0. RGB value is (216,220,176). Sum of RGB (Red+Green+Blue) = 216+220+176=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 220 (86.33% from 255 or 35.95% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DCB0 is #27234F. Grayscale: #D5D5D5. Windows color (decimal): -2564944 or 11590872. OLE color: 11590872.

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

Color convert

RGB 216 220 176 -
CMYK 0.02 0 0.2 0.14
HSL 65.45º 0.39% 0.78% -
HSV(B) 65.45º 0.2% 0.86% -
XYZ 61.75 68.92 51.12 -
YUV 213.79 106.67 129.58 -
System Red Green Blue C M Y K H S L
Decimal 216 220 176 0.02 0 0.2 0.14 65.45 0.39 0.78
Hex D8 DC B0 2 0 14 E 41 27 4E
Octal 330 334 260 2 0 24 16 101 47 116
Binary 11011000 11011100 10110000 10 0 10100 1110 1000001 100111 1001110

Color Harmonies of #D8DCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DCB0

Black with #D8DCB0

Text Example


Text Example

White with #D8DCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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