Html Css Color HEX #D58224 Ochre

📋 copy color: '#D58224'

red 213 ◦ green 130 ◦ blue 36

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

Shades of Ochre #D58224

Tints of Ochre #D58224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.5%

R = 56.2%
G = 34.3%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D58224 (or 0xD58224) is known color: Ochre. HEX triplet: D5, 82 and 24. RGB value is (213,130,36). Sum of RGB (Red+Green+Blue) = 213+130+36=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D58224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58224 is #2A7DDB. Grayscale: #909090. Windows color (decimal): -2784732 or 2392789. OLE color: 2392789.

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

Color convert

RGB 213 130 36 -
CMYK 0 0.39 0.83 0.16
HSL 31.86º 0.71% 0.49% -
HSV(B) 31.86º 0.83% 0.84% -
XYZ 35.74 30.24 5.62 -
YUV 144.1 67 177.14 -
System Red Green Blue C M Y K H S L
Decimal 213 130 36 0 0.39 0.83 0.16 31.86 0.71 0.49
Hex D5 82 24 0 27 53 10 20 47 31
Octal 325 202 44 0 47 123 20 40 107 61
Binary 11010101 10000010 100100 0 100111 1010011 10000 100000 1000111 110001

Color Harmonies of #D58224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58224

Black with #D58224

Text Example


Text Example

White with #D58224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58224; }

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

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

background-color css

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

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

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

border-color css

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

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

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