Html Css Color HEX #DC831B Ochre

📋 copy color: '#DC831B'

red 220 ◦ green 131 ◦ blue 27

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

Shades of Ochre #DC831B

Tints of Ochre #DC831B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.14%

R = 58.2%
G = 34.66%
B = 7.14%

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

#DC831B (or 0xDC831B) is known color: Ochre. HEX triplet: DC, 83 and 1B. RGB value is (220,131,27). Sum of RGB (Red+Green+Blue) = 220+131+27=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC831B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC831B is #237CE4. Grayscale: #929292. Windows color (decimal): -2325733 or 1803228. OLE color: 1803228.

HSL color Cylindrical-coordinate representation of color #DC831B: hue angle of 32.33º degrees, saturation: 0.78, 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 #DC831B is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 131 27 -
CMYK 0 0.40 0.88 0.14
HSL 32.33º 0.78% 0.48% -
HSV(B) 32.33º 0.88% 0.86% -
XYZ 37.83 31.53 5.13 -
YUV 145.76 60.99 180.96 -
System Red Green Blue C M Y K H S L
Decimal 220 131 27 0 0.40 0.88 0.14 32.33 0.78 0.48
Hex DC 83 1B 0 28 58 E 20 4E 30
Octal 334 203 33 0 50 130 16 40 116 60
Binary 11011100 10000011 11011 0 101000 1011000 1110 100000 1001110 110000

Color Harmonies of #DC831B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC831B

Black with #DC831B

Text Example


Text Example

White with #DC831B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC831B; }

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

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

background-color css

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

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

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

border-color css

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

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

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