Html Css Color HEX #D0721F Ochre

📋 copy color: '#D0721F'

red 208 ◦ green 114 ◦ blue 31

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

Shades of Ochre #D0721F

Tints of Ochre #D0721F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.29%

 BLUE value IS 31 (12.5% from 255) = 8.78%

R = 58.92%
G = 32.29%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0721F (or 0xD0721F) is known color: Ochre. HEX triplet: D0, 72 and 1F. RGB value is (208,114,31). Sum of RGB (Red+Green+Blue) = 208+114+31=353 (46% of max value = 765). Red value is 208 (81.64% from 255 or 58.92% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 208 - color contains mainly: red. Hex color #D0721F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0721F is #2F8DE0. Grayscale: #858585. Windows color (decimal): -3116513 or 2061008. OLE color: 2061008.

HSL color Cylindrical-coordinate representation of color #D0721F: hue angle of 28.14º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0721F is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 31 -
CMYK 0 0.45 0.85 0.18
HSL 28.14º 0.74% 0.47% -
HSV(B) 28.14º 0.85% 0.82% -
XYZ 32.28 25.54 4.53 -
YUV 132.64 70.64 181.75 -
System Red Green Blue C M Y K H S L
Decimal 208 114 31 0 0.45 0.85 0.18 28.14 0.74 0.47
Hex D0 72 1F 0 2D 55 12 1C 4A 2F
Octal 320 162 37 0 55 125 22 34 112 57
Binary 11010000 1110010 11111 0 101101 1010101 10010 11100 1001010 101111

Color Harmonies of #D0721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0721F

Black with #D0721F

Text Example


Text Example

White with #D0721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0721F; }

 p { color: rgb(208,114,31); }

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

background-color css

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

 a { background-color: rgb(208,114,31); }

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

border-color css

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

 span { border-color: rgb(208,114,31); }

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