Html Css Color HEX #DD7E14 Ochre

📋 copy color: '#DD7E14'

red 221 ◦ green 126 ◦ blue 20

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

Shades of Ochre #DD7E14

Tints of Ochre #DD7E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.45%

R = 60.22%
G = 34.33%
B = 5.45%

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

#DD7E14 (or 0xDD7E14) is known color: Ochre. HEX triplet: DD, 7E and 14. RGB value is (221,126,20). Sum of RGB (Red+Green+Blue) = 221+126+20=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 126 (49.61% from 255 or 34.33% from 367); Blue value is 20 (8.20% from 255 or 5.45% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7E14 is #2281EB. Grayscale: #8E8E8E. Windows color (decimal): -2261484 or 1343197. OLE color: 1343197.

HSL color Cylindrical-coordinate representation of color #DD7E14: hue angle of 31.64º degrees, saturation: 0.83, 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 #DD7E14 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 126 20 -
CMYK 0 0.43 0.91 0.13
HSL 31.64º 0.83% 0.47% -
HSV(B) 31.64º 0.91% 0.87% -
XYZ 37.41 30.34 4.55 -
YUV 142.32 58.97 184.12 -
System Red Green Blue C M Y K H S L
Decimal 221 126 20 0 0.43 0.91 0.13 31.64 0.83 0.47
Hex DD 7E 14 0 2B 5B D 20 53 2F
Octal 335 176 24 0 53 133 15 40 123 57
Binary 11011101 1111110 10100 0 101011 1011011 1101 100000 1010011 101111

Color Harmonies of #DD7E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7E14

Black with #DD7E14

Text Example


Text Example

White with #DD7E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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