Html Css Color HEX #DD7814 Ochre

📋 copy color: '#DD7814'

red 221 ◦ green 120 ◦ blue 20

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

Shades of Ochre #DD7814

Tints of Ochre #DD7814

RGB

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

 GREEN value IS 120 (47.27% from 255) = 33.24%

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

R = 61.22%
G = 33.24%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD7814 (or 0xDD7814) is known color: Ochre. HEX triplet: DD, 78 and 14. RGB value is (221,120,20). Sum of RGB (Red+Green+Blue) = 221+120+20=361 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.22% from 361); Green value is 120 (47.27% from 255 or 33.24% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7814 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7814 is #2287EB. Grayscale: #8B8B8B. Windows color (decimal): -2263020 or 1341661. OLE color: 1341661.

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

Color convert

RGB 221 120 20 -
CMYK 0 0.46 0.91 0.13
HSL 29.85º 0.83% 0.47% -
HSV(B) 29.85º 0.91% 0.87% -
XYZ 36.66 28.86 4.3 -
YUV 138.8 60.96 186.63 -
System Red Green Blue C M Y K H S L
Decimal 221 120 20 0 0.46 0.91 0.13 29.85 0.83 0.47
Hex DD 78 14 0 2E 5B D 1E 53 2F
Octal 335 170 24 0 56 133 15 36 123 57
Binary 11011101 1111000 10100 0 101110 1011011 1101 11110 1010011 101111

Color Harmonies of #DD7814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7814

Black with #DD7814

Text Example


Text Example

White with #DD7814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7814; }

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

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

background-color css

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

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

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

border-color css

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

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

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