Html Css Color HEX #DD7F18 Ochre

📋 copy color: '#DD7F18'

red 221 ◦ green 127 ◦ blue 24

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

Shades of Ochre #DD7F18

Tints of Ochre #DD7F18

RGB

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

 GREEN value IS 127 (50% from 255) = 34.14%

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

R = 59.41%
G = 34.14%
B = 6.45%

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

#DD7F18 (or 0xDD7F18) is known color: Ochre. HEX triplet: DD, 7F and 18. RGB value is (221,127,24). Sum of RGB (Red+Green+Blue) = 221+127+24=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 24 (9.77% from 255 or 6.45% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7F18 is #2280E7. Grayscale: #8F8F8F. Windows color (decimal): -2261224 or 1605597. OLE color: 1605597.

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

Color convert

RGB 221 127 24 -
CMYK 0 0.43 0.89 0.13
HSL 31.37º 0.8% 0.48% -
HSV(B) 31.37º 0.89% 0.87% -
XYZ 37.57 30.62 4.79 -
YUV 143.36 60.64 183.38 -
System Red Green Blue C M Y K H S L
Decimal 221 127 24 0 0.43 0.89 0.13 31.37 0.8 0.48
Hex DD 7F 18 0 2B 59 D 1F 50 30
Octal 335 177 30 0 53 131 15 37 120 60
Binary 11011101 1111111 11000 0 101011 1011001 1101 11111 1010000 110000

Color Harmonies of #DD7F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7F18

Black with #DD7F18

Text Example


Text Example

White with #DD7F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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