Html Css Color HEX #D0800F Ochre

📋 copy color: '#D0800F'

red 208 ◦ green 128 ◦ blue 15

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

Shades of Ochre #D0800F

Tints of Ochre #D0800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.47%

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

R = 59.26%
G = 36.47%
B = 4.27%

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

#D0800F (or 0xD0800F) is known color: Ochre. HEX triplet: D0, 80 and 0F. RGB value is (208,128,15). Sum of RGB (Red+Green+Blue) = 208+128+15=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 15 (6.25% from 255 or 4.27% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D0800F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0800F is #2F7FF0. Grayscale: #8B8B8B. Windows color (decimal): -3112945 or 1016016. OLE color: 1016016.

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

Color convert

RGB 208 128 15 -
CMYK 0 0.38 0.93 0.18
HSL 35.13º 0.87% 0.44% -
HSV(B) 35.13º 0.93% 0.82% -
XYZ 33.82 28.88 4.24 -
YUV 139.04 58 177.19 -
System Red Green Blue C M Y K H S L
Decimal 208 128 15 0 0.38 0.93 0.18 35.13 0.87 0.44
Hex D0 80 F 0 26 5D 12 23 57 2C
Octal 320 200 17 0 46 135 22 43 127 54
Binary 11010000 10000000 1111 0 100110 1011101 10010 100011 1010111 101100

Color Harmonies of #D0800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0800F

Black with #D0800F

Text Example


Text Example

White with #D0800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0800F; }

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

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

background-color css

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

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

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

border-color css

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

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

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