Html Css Color HEX #D58222 Ochre

📋 copy color: '#D58222'

red 213 ◦ green 130 ◦ blue 34

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

Shades of Ochre #D58222

Tints of Ochre #D58222

RGB

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

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

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

R = 56.5%
G = 34.48%
B = 9.02%

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

#D58222 (or 0xD58222) is known color: Ochre. HEX triplet: D5, 82 and 22. RGB value is (213,130,34). Sum of RGB (Red+Green+Blue) = 213+130+34=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D58222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D58222 is #2A7DDD. Grayscale: #909090. Windows color (decimal): -2784734 or 2261717. OLE color: 2261717.

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

Color convert

RGB 213 130 34 -
CMYK 0 0.39 0.84 0.16
HSL 32.18º 0.72% 0.48% -
HSV(B) 32.18º 0.84% 0.84% -
XYZ 35.71 30.23 5.47 -
YUV 143.87 66 177.31 -
System Red Green Blue C M Y K H S L
Decimal 213 130 34 0 0.39 0.84 0.16 32.18 0.72 0.48
Hex D5 82 22 0 27 54 10 20 48 30
Octal 325 202 42 0 47 124 20 40 110 60
Binary 11010101 10000010 100010 0 100111 1010100 10000 100000 1001000 110000

Color Harmonies of #D58222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58222

Black with #D58222

Text Example


Text Example

White with #D58222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58222; }

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

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

background-color css

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

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

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

border-color css

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

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

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