Html Css Color HEX #D58022 Ochre

📋 copy color: '#D58022'

red 213 ◦ green 128 ◦ blue 34

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

Shades of Ochre #D58022

Tints of Ochre #D58022

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.13%

 BLUE value IS 34 (13.67% from 255) = 9.07%

R = 56.8%
G = 34.13%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D58022 (or 0xD58022) is known color: Ochre. HEX triplet: D5, 80 and 22. RGB value is (213,128,34). Sum of RGB (Red+Green+Blue) = 213+128+34=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 34 (13.67% from 255 or 9.07% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D58022 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58022 is #2A7FDD. Grayscale: #8F8F8F. Windows color (decimal): -2785246 or 2261205. OLE color: 2261205.

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

Color convert

RGB 213 128 34 -
CMYK 0 0.40 0.84 0.16
HSL 31.51º 0.72% 0.48% -
HSV(B) 31.51º 0.84% 0.84% -
XYZ 35.45 29.7 5.38 -
YUV 142.7 66.66 178.14 -
System Red Green Blue C M Y K H S L
Decimal 213 128 34 0 0.40 0.84 0.16 31.51 0.72 0.48
Hex D5 80 22 0 28 54 10 20 48 30
Octal 325 200 42 0 50 124 20 40 110 60
Binary 11010101 10000000 100010 0 101000 1010100 10000 100000 1001000 110000

Color Harmonies of #D58022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58022

Black with #D58022

Text Example


Text Example

White with #D58022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58022; }

 p { color: rgb(213,128,34); }

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

background-color css

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

 a { background-color: rgb(213,128,34); }

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

border-color css

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

 span { border-color: rgb(213,128,34); }

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