Html Css Color HEX #D58323 Ochre

📋 copy color: '#D58323'

red 213 ◦ green 131 ◦ blue 35

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

Shades of Ochre #D58323

Tints of Ochre #D58323

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.56%

 BLUE value IS 35 (14.06% from 255) = 9.23%

R = 56.2%
G = 34.56%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D58323 (or 0xD58323) is known color: Ochre. HEX triplet: D5, 83 and 23. RGB value is (213,131,35). Sum of RGB (Red+Green+Blue) = 213+131+35=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D58323 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58323 is #2A7CDC. Grayscale: #919191. Windows color (decimal): -2784477 or 2327509. OLE color: 2327509.

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

Color convert

RGB 213 131 35 -
CMYK 0 0.38 0.84 0.16
HSL 32.36º 0.72% 0.49% -
HSV(B) 32.36º 0.84% 0.84% -
XYZ 35.86 30.5 5.59 -
YUV 144.57 66.17 176.81 -
System Red Green Blue C M Y K H S L
Decimal 213 131 35 0 0.38 0.84 0.16 32.36 0.72 0.49
Hex D5 83 23 0 26 54 10 20 48 31
Octal 325 203 43 0 46 124 20 40 110 61
Binary 11010101 10000011 100011 0 100110 1010100 10000 100000 1001000 110001

Color Harmonies of #D58323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58323

Black with #D58323

Text Example


Text Example

White with #D58323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58323; }

 p { color: rgb(213,131,35); }

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

background-color css

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

 a { background-color: rgb(213,131,35); }

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

border-color css

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

 span { border-color: rgb(213,131,35); }

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