Html Css Color HEX #DD831E Ochre

📋 copy color: '#DD831E'

red 221 ◦ green 131 ◦ blue 30

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

Shades of Ochre #DD831E

Tints of Ochre #DD831E

RGB

 RED value IS 221 (86.72% from 255) = 57.85%

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

 BLUE value IS 30 (12.11% from 255) = 7.85%

R = 57.85%
G = 34.29%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DD831E (or 0xDD831E) is known color: Ochre. HEX triplet: DD, 83 and 1E. RGB value is (221,131,30). Sum of RGB (Red+Green+Blue) = 221+131+30=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD831E is #227CE1. Grayscale: #929292. Windows color (decimal): -2260194 or 1999837. OLE color: 1999837.

HSL color Cylindrical-coordinate representation of color #DD831E: hue angle of 31.73º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DD831E is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 131 30 -
CMYK 0 0.41 0.86 0.13
HSL 31.73º 0.76% 0.49% -
HSV(B) 31.73º 0.86% 0.87% -
XYZ 38.17 31.7 5.33 -
YUV 146.4 62.32 181.21 -
System Red Green Blue C M Y K H S L
Decimal 221 131 30 0 0.41 0.86 0.13 31.73 0.76 0.49
Hex DD 83 1E 0 29 56 D 20 4C 31
Octal 335 203 36 0 51 126 15 40 114 61
Binary 11011101 10000011 11110 0 101001 1010110 1101 100000 1001100 110001

Color Harmonies of #DD831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD831E

Black with #DD831E

Text Example


Text Example

White with #DD831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD831E; }

 p { color: rgb(221,131,30); }

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

background-color css

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

 a { background-color: rgb(221,131,30); }

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

border-color css

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

 span { border-color: rgb(221,131,30); }

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