Html Css Color HEX #D0840F Ochre

📋 copy color: '#D0840F'

red 208 ◦ green 132 ◦ blue 15

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

Shades of Ochre #D0840F

Tints of Ochre #D0840F

RGB

 RED value IS 208 (81.64% from 255) = 58.59%

 GREEN value IS 132 (51.95% from 255) = 37.18%

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

R = 58.59%
G = 37.18%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0840F (or 0xD0840F) is known color: Ochre. HEX triplet: D0, 84 and 0F. RGB value is (208,132,15). Sum of RGB (Red+Green+Blue) = 208+132+15=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 132 (51.95% from 255 or 37.18% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D0840F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0840F is #2F7BF0. Grayscale: #8D8D8D. Windows color (decimal): -3111921 or 1017040. OLE color: 1017040.

HSL color Cylindrical-coordinate representation of color #D0840F: hue angle of 36.37º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0840F is Cyan = 0, Magento = 0.37, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 132 15 -
CMYK 0 0.37 0.93 0.18
HSL 36.37º 0.87% 0.44% -
HSV(B) 36.37º 0.93% 0.82% -
XYZ 34.35 29.95 4.42 -
YUV 141.39 56.68 175.51 -
System Red Green Blue C M Y K H S L
Decimal 208 132 15 0 0.37 0.93 0.18 36.37 0.87 0.44
Hex D0 84 F 0 25 5D 12 24 57 2C
Octal 320 204 17 0 45 135 22 44 127 54
Binary 11010000 10000100 1111 0 100101 1011101 10010 100100 1010111 101100

Color Harmonies of #D0840F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0840F

Black with #D0840F

Text Example


Text Example

White with #D0840F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0840F; }

 p { color: rgb(208,132,15); }

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

background-color css

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

 a { background-color: rgb(208,132,15); }

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

border-color css

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

 span { border-color: rgb(208,132,15); }

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