Html Css Color HEX #D58213 Ochre

📋 copy color: '#D58213'

red 213 ◦ green 130 ◦ blue 19

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

Shades of Ochre #D58213

Tints of Ochre #D58213

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

 BLUE value IS 19 (7.81% from 255) = 5.25%

R = 58.84%
G = 35.91%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D58213 (or 0xD58213) is known color: Ochre. HEX triplet: D5, 82 and 13. RGB value is (213,130,19). Sum of RGB (Red+Green+Blue) = 213+130+19=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D58213 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D58213 is #2A7DEC. Grayscale: #8E8E8E. Windows color (decimal): -2784749 or 1278677. OLE color: 1278677.

HSL color Cylindrical-coordinate representation of color #D58213: hue angle of 34.33º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D58213 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 130 19 -
CMYK 0 0.39 0.91 0.16
HSL 34.33º 0.84% 0.45% -
HSV(B) 34.33º 0.91% 0.84% -
XYZ 35.54 30.16 4.56 -
YUV 142.16 58.5 178.53 -
System Red Green Blue C M Y K H S L
Decimal 213 130 19 0 0.39 0.91 0.16 34.33 0.84 0.45
Hex D5 82 13 0 27 5B 10 22 54 2D
Octal 325 202 23 0 47 133 20 42 124 55
Binary 11010101 10000010 10011 0 100111 1011011 10000 100010 1010100 101101

Color Harmonies of #D58213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58213

Black with #D58213

Text Example


Text Example

White with #D58213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58213; }

 p { color: rgb(213,130,19); }

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

background-color css

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

 a { background-color: rgb(213,130,19); }

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

border-color css

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

 span { border-color: rgb(213,130,19); }

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