Html Css Color HEX #D0820F Ochre

📋 copy color: '#D0820F'

red 208 ◦ green 130 ◦ blue 15

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

Shades of Ochre #D0820F

Tints of Ochre #D0820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.83%

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

R = 58.92%
G = 36.83%
B = 4.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0820F (or 0xD0820F) is known color: Ochre. HEX triplet: D0, 82 and 0F. RGB value is (208,130,15). Sum of RGB (Red+Green+Blue) = 208+130+15=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 15 (6.25% from 255 or 4.25% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0820F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0820F is #2F7DF0. Grayscale: #8C8C8C. Windows color (decimal): -3112433 or 1016528. OLE color: 1016528.

HSL color Cylindrical-coordinate representation of color #D0820F: hue angle of 35.75º 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 #D0820F is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 130 15 -
CMYK 0 0.38 0.93 0.18
HSL 35.75º 0.87% 0.44% -
HSV(B) 35.75º 0.93% 0.82% -
XYZ 34.08 29.41 4.33 -
YUV 140.21 57.34 176.35 -
System Red Green Blue C M Y K H S L
Decimal 208 130 15 0 0.38 0.93 0.18 35.75 0.87 0.44
Hex D0 82 F 0 26 5D 12 24 57 2C
Octal 320 202 17 0 46 135 22 44 127 54
Binary 11010000 10000010 1111 0 100110 1011101 10010 100100 1010111 101100

Color Harmonies of #D0820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0820F

Black with #D0820F

Text Example


Text Example

White with #D0820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0820F; }

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

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

background-color css

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

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

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

border-color css

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

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

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