Html Css Color HEX #D8830F Ochre

📋 copy color: '#D8830F'

red 216 ◦ green 131 ◦ blue 15

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

Shades of Ochre #D8830F

Tints of Ochre #D8830F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.14%

R = 59.67%
G = 36.19%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D8830F (or 0xD8830F) is known color: Ochre. HEX triplet: D8, 83 and 0F. RGB value is (216,131,15). Sum of RGB (Red+Green+Blue) = 216+131+15=362 (47% of max value = 765). Red value is 216 (84.77% from 255 or 59.67% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 15 (6.25% from 255 or 4.14% from 362); Max value from RGB is 216 - color contains mainly: red. Hex color #D8830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D8830F is #277CF0. Grayscale: #8F8F8F. Windows color (decimal): -2587889 or 1016792. OLE color: 1016792.

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

Color convert

RGB 216 131 15 -
CMYK 0 0.39 0.93 0.15
HSL 34.63º 0.87% 0.45% -
HSV(B) 34.63º 0.93% 0.85% -
XYZ 36.52 30.87 4.48 -
YUV 143.19 55.66 179.93 -
System Red Green Blue C M Y K H S L
Decimal 216 131 15 0 0.39 0.93 0.15 34.63 0.87 0.45
Hex D8 83 F 0 27 5D F 23 57 2D
Octal 330 203 17 0 47 135 17 43 127 55
Binary 11011000 10000011 1111 0 100111 1011101 1111 100011 1010111 101101

Color Harmonies of #D8830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8830F

Black with #D8830F

Text Example


Text Example

White with #D8830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8830F; }

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

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

background-color css

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

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

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

border-color css

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

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

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