Html Css Color HEX #DD7815 Ochre

📋 copy color: '#DD7815'

red 221 ◦ green 120 ◦ blue 21

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

Shades of Ochre #DD7815

Tints of Ochre #DD7815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.8%

R = 61.05%
G = 33.15%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD7815 (or 0xDD7815) is known color: Ochre. HEX triplet: DD, 78 and 15. RGB value is (221,120,21). Sum of RGB (Red+Green+Blue) = 221+120+21=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7815 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7815 is #2287EA. Grayscale: #8B8B8B. Windows color (decimal): -2263019 or 1407197. OLE color: 1407197.

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

Color convert

RGB 221 120 21 -
CMYK 0 0.46 0.90 0.13
HSL 29.7º 0.83% 0.47% -
HSV(B) 29.7º 0.9% 0.87% -
XYZ 36.67 28.86 4.35 -
YUV 138.91 61.46 186.55 -
System Red Green Blue C M Y K H S L
Decimal 221 120 21 0 0.46 0.90 0.13 29.7 0.83 0.47
Hex DD 78 15 0 2E 5A D 1E 53 2F
Octal 335 170 25 0 56 132 15 36 123 57
Binary 11011101 1111000 10101 0 101110 1011010 1101 11110 1010011 101111

Color Harmonies of #DD7815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7815

Black with #DD7815

Text Example


Text Example

White with #DD7815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7815; }

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

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

background-color css

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

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

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

border-color css

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

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

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