Html Css Color HEX #DC831A Ochre

📋 copy color: '#DC831A'

red 220 ◦ green 131 ◦ blue 26

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

Shades of Ochre #DC831A

Tints of Ochre #DC831A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.9%

R = 58.36%
G = 34.75%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC831A (or 0xDC831A) is known color: Ochre. HEX triplet: DC, 83 and 1A. RGB value is (220,131,26). Sum of RGB (Red+Green+Blue) = 220+131+26=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 26 (10.55% from 255 or 6.90% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC831A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC831A is #237CE5. Grayscale: #929292. Windows color (decimal): -2325734 or 1737692. OLE color: 1737692.

HSL color Cylindrical-coordinate representation of color #DC831A: hue angle of 32.47º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC831A is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 26 -
CMYK 0 0.40 0.88 0.14
HSL 32.47º 0.79% 0.48% -
HSV(B) 32.47º 0.88% 0.86% -
XYZ 37.82 31.52 5.07 -
YUV 145.64 60.49 181.04 -
System Red Green Blue C M Y K H S L
Decimal 220 131 26 0 0.40 0.88 0.14 32.47 0.79 0.48
Hex DC 83 1A 0 28 58 E 20 4F 30
Octal 334 203 32 0 50 130 16 40 117 60
Binary 11011100 10000011 11010 0 101000 1011000 1110 100000 1001111 110000

Color Harmonies of #DC831A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC831A

Black with #DC831A

Text Example


Text Example

White with #DC831A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC831A; }

 p { color: rgb(220,131,26); }

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

background-color css

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

 a { background-color: rgb(220,131,26); }

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

border-color css

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

 span { border-color: rgb(220,131,26); }

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