Html Css Color HEX #D0830F Ochre

📋 copy color: '#D0830F'

red 208 ◦ green 131 ◦ blue 15

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

Shades of Ochre #D0830F

Tints of Ochre #D0830F

RGB

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

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

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

R = 58.76%
G = 37.01%
B = 4.24%

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

#D0830F (or 0xD0830F) is known color: Ochre. HEX triplet: D0, 83 and 0F. RGB value is (208,131,15). Sum of RGB (Red+Green+Blue) = 208+131+15=354 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.76% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 208 - color contains mainly: red. Hex color #D0830F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D0830F is #2F7CF0. Grayscale: #8D8D8D. Windows color (decimal): -3112177 or 1016784. OLE color: 1016784.

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

Color convert

RGB 208 131 15 -
CMYK 0 0.37 0.93 0.18
HSL 36.06º 0.87% 0.44% -
HSV(B) 36.06º 0.93% 0.82% -
XYZ 34.21 29.68 4.38 -
YUV 140.8 57.01 175.93 -
System Red Green Blue C M Y K H S L
Decimal 208 131 15 0 0.37 0.93 0.18 36.06 0.87 0.44
Hex D0 83 F 0 25 5D 12 24 57 2C
Octal 320 203 17 0 45 135 22 44 127 54
Binary 11010000 10000011 1111 0 100101 1011101 10010 100100 1010111 101100

Color Harmonies of #D0830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0830F

Black with #D0830F

Text Example


Text Example

White with #D0830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0830F; }

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

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

background-color css

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

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

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

border-color css

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

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

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