Html Css Color HEX #DD7914 Ochre

📋 copy color: '#DD7914'

red 221 ◦ green 121 ◦ blue 20

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

Shades of Ochre #DD7914

Tints of Ochre #DD7914

RGB

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

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

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

R = 61.05%
G = 33.43%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD7914 (or 0xDD7914) is known color: Ochre. HEX triplet: DD, 79 and 14. RGB value is (221,121,20). Sum of RGB (Red+Green+Blue) = 221+121+20=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 121 (47.66% from 255 or 33.43% from 362); Blue value is 20 (8.20% from 255 or 5.52% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7914 is #2286EB. Grayscale: #8B8B8B. Windows color (decimal): -2262764 or 1341917. OLE color: 1341917.

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

Color convert

RGB 221 121 20 -
CMYK 0 0.45 0.91 0.13
HSL 30.15º 0.83% 0.47% -
HSV(B) 30.15º 0.91% 0.87% -
XYZ 36.78 29.1 4.34 -
YUV 139.39 60.63 186.21 -
System Red Green Blue C M Y K H S L
Decimal 221 121 20 0 0.45 0.91 0.13 30.15 0.83 0.47
Hex DD 79 14 0 2D 5B D 1E 53 2F
Octal 335 171 24 0 55 133 15 36 123 57
Binary 11011101 1111001 10100 0 101101 1011011 1101 11110 1010011 101111

Color Harmonies of #DD7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7914

Black with #DD7914

Text Example


Text Example

White with #DD7914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7914; }

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

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

background-color css

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

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

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

border-color css

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

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

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