Html Css Color HEX #DD7D15 Ochre

📋 copy color: '#DD7D15'

red 221 ◦ green 125 ◦ blue 21

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

Shades of Ochre #DD7D15

Tints of Ochre #DD7D15

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.06%

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

R = 60.22%
G = 34.06%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD7D15 (or 0xDD7D15) is known color: Ochre. HEX triplet: DD, 7D and 15. RGB value is (221,125,21). Sum of RGB (Red+Green+Blue) = 221+125+21=367 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.22% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 21 (8.59% from 255 or 5.72% from 367); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7D15 is #2282EA. Grayscale: #8E8E8E. Windows color (decimal): -2261739 or 1408477. OLE color: 1408477.

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

Color convert

RGB 221 125 21 -
CMYK 0 0.43 0.90 0.13
HSL 31.2º 0.83% 0.47% -
HSV(B) 31.2º 0.9% 0.87% -
XYZ 37.29 30.09 4.55 -
YUV 141.85 59.8 184.46 -
System Red Green Blue C M Y K H S L
Decimal 221 125 21 0 0.43 0.90 0.13 31.2 0.83 0.47
Hex DD 7D 15 0 2B 5A D 1F 53 2F
Octal 335 175 25 0 53 132 15 37 123 57
Binary 11011101 1111101 10101 0 101011 1011010 1101 11111 1010011 101111

Color Harmonies of #DD7D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D15

Black with #DD7D15

Text Example


Text Example

White with #DD7D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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