Html Css Color HEX #DD7B18 Ochre

📋 copy color: '#DD7B18'

red 221 ◦ green 123 ◦ blue 24

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

Shades of Ochre #DD7B18

Tints of Ochre #DD7B18

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.42%

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

R = 60.05%
G = 33.42%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DD7B18 (or 0xDD7B18) is known color: Ochre. HEX triplet: DD, 7B and 18. RGB value is (221,123,24). Sum of RGB (Red+Green+Blue) = 221+123+24=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 24 (9.77% from 255 or 6.52% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7B18 is #2284E7. Grayscale: #8D8D8D. Windows color (decimal): -2262248 or 1604573. OLE color: 1604573.

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

Color convert

RGB 221 123 24 -
CMYK 0 0.44 0.89 0.13
HSL 30.15º 0.8% 0.48% -
HSV(B) 30.15º 0.89% 0.87% -
XYZ 37.07 29.6 4.62 -
YUV 141.02 61.97 185.05 -
System Red Green Blue C M Y K H S L
Decimal 221 123 24 0 0.44 0.89 0.13 30.15 0.8 0.48
Hex DD 7B 18 0 2C 59 D 1E 50 30
Octal 335 173 30 0 54 131 15 36 120 60
Binary 11011101 1111011 11000 0 101100 1011001 1101 11110 1010000 110000

Color Harmonies of #DD7B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B18

Black with #DD7B18

Text Example


Text Example

White with #DD7B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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