Html Css Color HEX #DD7916 Ochre

📋 copy color: '#DD7916'

red 221 ◦ green 121 ◦ blue 22

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

Shades of Ochre #DD7916

Tints of Ochre #DD7916

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.24%

 BLUE value IS 22 (8.98% from 255) = 6.04%

R = 60.71%
G = 33.24%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD7916 (or 0xDD7916) is known color: Ochre. HEX triplet: DD, 79 and 16. RGB value is (221,121,22). Sum of RGB (Red+Green+Blue) = 221+121+22=364 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.71% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 22 (8.98% from 255 or 6.04% from 364); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7916 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7916 is #2286E9. Grayscale: #8C8C8C. Windows color (decimal): -2262762 or 1472989. OLE color: 1472989.

HSL color Cylindrical-coordinate representation of color #DD7916: hue angle of 29.85º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DD7916 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 121 22 -
CMYK 0 0.45 0.90 0.13
HSL 29.85º 0.82% 0.48% -
HSV(B) 29.85º 0.9% 0.87% -
XYZ 36.8 29.1 4.44 -
YUV 139.61 61.63 186.05 -
System Red Green Blue C M Y K H S L
Decimal 221 121 22 0 0.45 0.90 0.13 29.85 0.82 0.48
Hex DD 79 16 0 2D 5A D 1E 52 30
Octal 335 171 26 0 55 132 15 36 122 60
Binary 11011101 1111001 10110 0 101101 1011010 1101 11110 1010010 110000

Color Harmonies of #DD7916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7916

Black with #DD7916

Text Example


Text Example

White with #DD7916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7916; }

 p { color: rgb(221,121,22); }

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

background-color css

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

 a { background-color: rgb(221,121,22); }

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

border-color css

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

 span { border-color: rgb(221,121,22); }

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