Html Css Color HEX #DD8015 Ochre

📋 copy color: '#DD8015'

red 221 ◦ green 128 ◦ blue 21

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

Shades of Ochre #DD8015

Tints of Ochre #DD8015

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

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

R = 59.73%
G = 34.59%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD8015 (or 0xDD8015) is known color: Ochre. HEX triplet: DD, 80 and 15. RGB value is (221,128,21). Sum of RGB (Red+Green+Blue) = 221+128+21=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 21 (8.59% from 255 or 5.68% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DD8015 is #227FEA. Grayscale: #909090. Windows color (decimal): -2260971 or 1409245. OLE color: 1409245.

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

Color convert

RGB 221 128 21 -
CMYK 0 0.42 0.90 0.13
HSL 32.1º 0.83% 0.47% -
HSV(B) 32.1º 0.9% 0.87% -
XYZ 37.67 30.86 4.68 -
YUV 143.61 58.81 183.2 -
System Red Green Blue C M Y K H S L
Decimal 221 128 21 0 0.42 0.90 0.13 32.1 0.83 0.47
Hex DD 80 15 0 2A 5A D 20 53 2F
Octal 335 200 25 0 52 132 15 40 123 57
Binary 11011101 10000000 10101 0 101010 1011010 1101 100000 1010011 101111

Color Harmonies of #DD8015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8015

Black with #DD8015

Text Example


Text Example

White with #DD8015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8015; }

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

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

background-color css

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

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

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

border-color css

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

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

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