Html Css Color HEX #D58122 Ochre

📋 copy color: '#D58122'

red 213 ◦ green 129 ◦ blue 34

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

Shades of Ochre #D58122

Tints of Ochre #D58122

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.31%

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

R = 56.65%
G = 34.31%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D58122 (or 0xD58122) is known color: Ochre. HEX triplet: D5, 81 and 22. RGB value is (213,129,34). Sum of RGB (Red+Green+Blue) = 213+129+34=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 129 (50.78% from 255 or 34.31% from 376); Blue value is 34 (13.67% from 255 or 9.04% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D58122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58122 is #2A7EDD. Grayscale: #8F8F8F. Windows color (decimal): -2784990 or 2261461. OLE color: 2261461.

HSL color Cylindrical-coordinate representation of color #D58122: hue angle of 31.84º 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 #D58122 is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 129 34 -
CMYK 0 0.39 0.84 0.16
HSL 31.84º 0.72% 0.48% -
HSV(B) 31.84º 0.84% 0.84% -
XYZ 35.58 29.96 5.42 -
YUV 143.29 66.33 177.72 -
System Red Green Blue C M Y K H S L
Decimal 213 129 34 0 0.39 0.84 0.16 31.84 0.72 0.48
Hex D5 81 22 0 27 54 10 20 48 30
Octal 325 201 42 0 47 124 20 40 110 60
Binary 11010101 10000001 100010 0 100111 1010100 10000 100000 1001000 110000

Color Harmonies of #D58122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58122

Black with #D58122

Text Example


Text Example

White with #D58122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58122; }

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

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

background-color css

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

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

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

border-color css

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

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

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