Html Css Color HEX #DD7D18 Ochre

📋 copy color: '#DD7D18'

red 221 ◦ green 125 ◦ blue 24

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

Shades of Ochre #DD7D18

Tints of Ochre #DD7D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.49%

R = 59.73%
G = 33.78%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD7D18 (or 0xDD7D18) is known color: Ochre. HEX triplet: DD, 7D and 18. RGB value is (221,125,24). Sum of RGB (Red+Green+Blue) = 221+125+24=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7D18 is #2282E7. Grayscale: #8E8E8E. Windows color (decimal): -2261736 or 1605085. OLE color: 1605085.

HSL color Cylindrical-coordinate representation of color #DD7D18: hue angle of 30.76º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DD7D18 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 125 24 -
CMYK 0 0.43 0.89 0.13
HSL 30.76º 0.8% 0.48% -
HSV(B) 30.76º 0.89% 0.87% -
XYZ 37.32 30.11 4.71 -
YUV 142.19 61.3 184.21 -
System Red Green Blue C M Y K H S L
Decimal 221 125 24 0 0.43 0.89 0.13 30.76 0.8 0.48
Hex DD 7D 18 0 2B 59 D 1F 50 30
Octal 335 175 30 0 53 131 15 37 120 60
Binary 11011101 1111101 11000 0 101011 1011001 1101 11111 1010000 110000

Color Harmonies of #DD7D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7D18

Black with #DD7D18

Text Example


Text Example

White with #DD7D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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