Html Css Color HEX #DD821E Ochre

📋 copy color: '#DD821E'

red 221 ◦ green 130 ◦ blue 30

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

Shades of Ochre #DD821E

Tints of Ochre #DD821E

RGB

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

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

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

R = 58.01%
G = 34.12%
B = 7.87%

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

#DD821E (or 0xDD821E) is known color: Ochre. HEX triplet: DD, 82 and 1E. RGB value is (221,130,30). Sum of RGB (Red+Green+Blue) = 221+130+30=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DD821E is #227DE1. Grayscale: #929292. Windows color (decimal): -2260450 or 1999581. OLE color: 1999581.

HSL color Cylindrical-coordinate representation of color #DD821E: hue angle of 31.41º 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 #DD821E is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 130 30 -
CMYK 0 0.41 0.86 0.13
HSL 31.41º 0.76% 0.49% -
HSV(B) 31.41º 0.86% 0.87% -
XYZ 38.04 31.43 5.29 -
YUV 145.81 62.65 181.63 -
System Red Green Blue C M Y K H S L
Decimal 221 130 30 0 0.41 0.86 0.13 31.41 0.76 0.49
Hex DD 82 1E 0 29 56 D 1F 4C 31
Octal 335 202 36 0 51 126 15 37 114 61
Binary 11011101 10000010 11110 0 101001 1010110 1101 11111 1001100 110001

Color Harmonies of #DD821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD821E

Black with #DD821E

Text Example


Text Example

White with #DD821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD821E; }

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

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

background-color css

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

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

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

border-color css

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

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

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