Html Css Color HEX #DD7B19 Ochre

📋 copy color: '#DD7B19'

red 221 ◦ green 123 ◦ blue 25

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

Shades of Ochre #DD7B19

Tints of Ochre #DD7B19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.78%

R = 59.89%
G = 33.33%
B = 6.78%

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

#DD7B19 (or 0xDD7B19) is known color: Ochre. HEX triplet: DD, 7B and 19. RGB value is (221,123,25). Sum of RGB (Red+Green+Blue) = 221+123+25=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 123 (48.44% from 255 or 33.33% from 369); Blue value is 25 (10.16% from 255 or 6.78% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DD7B19 is #2284E6. Grayscale: #8D8D8D. Windows color (decimal): -2262247 or 1670109. OLE color: 1670109.

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

Color convert

RGB 221 123 25 -
CMYK 0 0.44 0.89 0.13
HSL 30º 0.8% 0.48% -
HSV(B) 30º 0.89% 0.87% -
XYZ 37.08 29.61 4.68 -
YUV 141.13 62.47 184.97 -
System Red Green Blue C M Y K H S L
Decimal 221 123 25 0 0.44 0.89 0.13 30 0.8 0.48
Hex DD 7B 19 0 2C 59 D 1E 50 30
Octal 335 173 31 0 54 131 15 36 120 60
Binary 11011101 1111011 11001 0 101100 1011001 1101 11110 1010000 110000

Color Harmonies of #DD7B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7B19

Black with #DD7B19

Text Example


Text Example

White with #DD7B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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