Html Css Color HEX #D7D8BA Orinoco

📋 copy color: '#D7D8BA'

red 215 ◦ green 216 ◦ blue 186

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

Shades of Orinoco #D7D8BA

Tints of Orinoco #D7D8BA

RGB

 RED value IS 215 (84.38% from 255) = 34.85%

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

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

R = 34.85%
G = 35.01%
B = 30.15%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D7D8BA (or 0xD7D8BA) is known color: Orinoco. HEX triplet: D7, D8 and BA. RGB value is (215,216,186). Sum of RGB (Red+Green+Blue) = 215+216+186=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 216 - color contains mainly: green. Hex color #D7D8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D8BA is #282745. Grayscale: #D4D4D4. Windows color (decimal): -2631494 or 12245207. OLE color: 12245207.

HSL color Cylindrical-coordinate representation of color #D7D8BA: hue angle of 62º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7D8BA is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 215 216 186 -
CMYK 0.00 0 0.14 0.15
HSL 62º 0.28% 0.79% -
HSV(B) 62º 0.14% 0.85% -
XYZ 61.44 67.1 56.17 -
YUV 212.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 215 216 186 0.00 0 0.14 0.15 62 0.28 0.79
Hex D7 D8 BA 0 0 E F 3E 1C 4F
Octal 327 330 272 0 0 16 17 76 34 117
Binary 11010111 11011000 10111010 0 0 1110 1111 111110 11100 1001111

Color Harmonies of #D7D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D8BA

Black with #D7D8BA

Text Example


Text Example

White with #D7D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D8BA; }

 p { color: rgb(215,216,186); }

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

background-color css

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

 a { background-color: rgb(215,216,186); }

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

border-color css

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

 span { border-color: rgb(215,216,186); }

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