Html Css Color HEX #D8830E Ochre

📋 copy color: '#D8830E'

red 216 ◦ green 131 ◦ blue 14

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

Shades of Ochre #D8830E

Tints of Ochre #D8830E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.29%

 BLUE value IS 14 (5.86% from 255) = 3.88%

R = 59.83%
G = 36.29%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8830E (or 0xD8830E) is known color: Ochre. HEX triplet: D8, 83 and 0E. RGB value is (216,131,14). Sum of RGB (Red+Green+Blue) = 216+131+14=361 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.83% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 14 (5.86% from 255 or 3.88% from 361); Max value from RGB is 216 - color contains mainly: red. Hex color #D8830E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8830E is #277CF1. Grayscale: #8F8F8F. Windows color (decimal): -2587890 or 951256. OLE color: 951256.

HSL color Cylindrical-coordinate representation of color #D8830E: hue angle of 34.75º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8830E is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 131 14 -
CMYK 0 0.39 0.94 0.15
HSL 34.75º 0.88% 0.45% -
HSV(B) 34.75º 0.94% 0.85% -
XYZ 36.51 30.86 4.45 -
YUV 143.08 55.16 180.01 -
System Red Green Blue C M Y K H S L
Decimal 216 131 14 0 0.39 0.94 0.15 34.75 0.88 0.45
Hex D8 83 E 0 27 5E F 23 58 2D
Octal 330 203 16 0 47 136 17 43 130 55
Binary 11011000 10000011 1110 0 100111 1011110 1111 100011 1011000 101101

Color Harmonies of #D8830E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8830E

Black with #D8830E

Text Example


Text Example

White with #D8830E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8830E; }

 p { color: rgb(216,131,14); }

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

background-color css

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

 a { background-color: rgb(216,131,14); }

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

border-color css

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

 span { border-color: rgb(216,131,14); }

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