Html Css Color HEX #DD7E13 Ochre

📋 copy color: '#DD7E13'

red 221 ◦ green 126 ◦ blue 19

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

Shades of Ochre #DD7E13

Tints of Ochre #DD7E13

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.43%

 BLUE value IS 19 (7.81% from 255) = 5.19%

R = 60.38%
G = 34.43%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD7E13 (or 0xDD7E13) is known color: Ochre. HEX triplet: DD, 7E and 13. RGB value is (221,126,19). Sum of RGB (Red+Green+Blue) = 221+126+19=366 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.38% from 366); Green value is 126 (49.61% from 255 or 34.43% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7E13 is #2281EC. Grayscale: #8E8E8E. Windows color (decimal): -2261485 or 1277661. OLE color: 1277661.

HSL color Cylindrical-coordinate representation of color #DD7E13: hue angle of 31.78º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DD7E13 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 126 19 -
CMYK 0 0.43 0.91 0.13
HSL 31.78º 0.84% 0.47% -
HSV(B) 31.78º 0.91% 0.87% -
XYZ 37.4 30.34 4.5 -
YUV 142.21 58.47 184.2 -
System Red Green Blue C M Y K H S L
Decimal 221 126 19 0 0.43 0.91 0.13 31.78 0.84 0.47
Hex DD 7E 13 0 2B 5B D 20 54 2F
Octal 335 176 23 0 53 133 15 40 124 57
Binary 11011101 1111110 10011 0 101011 1011011 1101 100000 1010100 101111

Color Harmonies of #DD7E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E13

Black with #DD7E13

Text Example


Text Example

White with #DD7E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E13; }

 p { color: rgb(221,126,19); }

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

background-color css

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

 a { background-color: rgb(221,126,19); }

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

border-color css

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

 span { border-color: rgb(221,126,19); }

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