Html Css Color HEX #D5741F Ochre

📋 copy color: '#D5741F'

red 213 ◦ green 116 ◦ blue 31

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

Shades of Ochre #D5741F

Tints of Ochre #D5741F

RGB

 RED value IS 213 (83.59% from 255) = 59.17%

 GREEN value IS 116 (45.7% from 255) = 32.22%

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

R = 59.17%
G = 32.22%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D5741F (or 0xD5741F) is known color: Ochre. HEX triplet: D5, 74 and 1F. RGB value is (213,116,31). Sum of RGB (Red+Green+Blue) = 213+116+31=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 31 (12.5% from 255 or 8.61% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5741F is #2A8BE0. Grayscale: #878787. Windows color (decimal): -2788321 or 2061525. OLE color: 2061525.

HSL color Cylindrical-coordinate representation of color #D5741F: hue angle of 28.02º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5741F is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 116 31 -
CMYK 0 0.46 0.85 0.16
HSL 28.02º 0.75% 0.48% -
HSV(B) 28.02º 0.85% 0.84% -
XYZ 33.93 26.74 4.67 -
YUV 135.31 69.14 183.41 -
System Red Green Blue C M Y K H S L
Decimal 213 116 31 0 0.46 0.85 0.16 28.02 0.75 0.48
Hex D5 74 1F 0 2E 55 10 1C 4B 30
Octal 325 164 37 0 56 125 20 34 113 60
Binary 11010101 1110100 11111 0 101110 1010101 10000 11100 1001011 110000

Color Harmonies of #D5741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5741F

Black with #D5741F

Text Example


Text Example

White with #D5741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5741F; }

 p { color: rgb(213,116,31); }

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

background-color css

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

 a { background-color: rgb(213,116,31); }

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

border-color css

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

 span { border-color: rgb(213,116,31); }

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