Html Css Color HEX #DC8122 Ochre

📋 copy color: '#DC8122'

red 220 ◦ green 129 ◦ blue 34

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

Shades of Ochre #DC8122

Tints of Ochre #DC8122

RGB

 RED value IS 220 (86.33% from 255) = 57.44%

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

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

R = 57.44%
G = 33.68%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC8122 (or 0xDC8122) is known color: Ochre. HEX triplet: DC, 81 and 22. RGB value is (220,129,34). Sum of RGB (Red+Green+Blue) = 220+129+34=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 129 (50.78% from 255 or 33.68% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8122 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC8122 is #237EDD. Grayscale: #919191. Windows color (decimal): -2326238 or 2261468. OLE color: 2261468.

HSL color Cylindrical-coordinate representation of color #DC8122: hue angle of 30.65º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC8122 is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 129 34 -
CMYK 0 0.41 0.85 0.14
HSL 30.65º 0.73% 0.5% -
HSV(B) 30.65º 0.85% 0.86% -
XYZ 37.65 31.03 5.52 -
YUV 145.38 65.15 181.22 -
System Red Green Blue C M Y K H S L
Decimal 220 129 34 0 0.41 0.85 0.14 30.65 0.73 0.5
Hex DC 81 22 0 29 55 E 1F 49 32
Octal 334 201 42 0 51 125 16 37 111 62
Binary 11011100 10000001 100010 0 101001 1010101 1110 11111 1001001 110010

Color Harmonies of #DC8122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8122

Black with #DC8122

Text Example


Text Example

White with #DC8122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8122; }

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

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

background-color css

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

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

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

border-color css

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

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

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