Html Css Color HEX #D3721F Ochre

📋 copy color: '#D3721F'

red 211 ◦ green 114 ◦ blue 31

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

Shades of Ochre #D3721F

Tints of Ochre #D3721F

RGB

 RED value IS 211 (82.81% from 255) = 59.27%

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

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

R = 59.27%
G = 32.02%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D3721F (or 0xD3721F) is known color: Ochre. HEX triplet: D3, 72 and 1F. RGB value is (211,114,31). Sum of RGB (Red+Green+Blue) = 211+114+31=356 (47% of max value = 765). Red value is 211 (82.81% from 255 or 59.27% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 211 - color contains mainly: red. Hex color #D3721F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3721F is #2C8DE0. Grayscale: #858585. Windows color (decimal): -2919905 or 2061011. OLE color: 2061011.

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

Color convert

RGB 211 114 31 -
CMYK 0 0.46 0.85 0.17
HSL 27.67º 0.74% 0.47% -
HSV(B) 27.67º 0.85% 0.83% -
XYZ 33.13 25.98 4.57 -
YUV 133.54 70.14 183.25 -
System Red Green Blue C M Y K H S L
Decimal 211 114 31 0 0.46 0.85 0.17 27.67 0.74 0.47
Hex D3 72 1F 0 2E 55 11 1C 4A 2F
Octal 323 162 37 0 56 125 21 34 112 57
Binary 11010011 1110010 11111 0 101110 1010101 10001 11100 1001010 101111

Color Harmonies of #D3721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3721F

Black with #D3721F

Text Example


Text Example

White with #D3721F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3721F; }

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

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

background-color css

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

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

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

border-color css

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

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

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