Html Css Color HEX #DC7B19 Ochre

📋 copy color: '#DC7B19'

red 220 ◦ green 123 ◦ blue 25

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

Shades of Ochre #DC7B19

Tints of Ochre #DC7B19

RGB

 RED value IS 220 (86.33% from 255) = 59.78%

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

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

R = 59.78%
G = 33.42%
B = 6.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC7B19 (or 0xDC7B19) is known color: Ochre. HEX triplet: DC, 7B and 19. RGB value is (220,123,25). Sum of RGB (Red+Green+Blue) = 220+123+25=368 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.78% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 25 (10.16% from 255 or 6.79% from 368); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B19 is #2384E6. Grayscale: #8D8D8D. Windows color (decimal): -2327783 or 1670108. OLE color: 1670108.

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

Color convert

RGB 220 123 25 -
CMYK 0 0.44 0.89 0.14
HSL 30.15º 0.8% 0.48% -
HSV(B) 30.15º 0.89% 0.86% -
XYZ 36.77 29.45 4.67 -
YUV 140.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 220 123 25 0 0.44 0.89 0.14 30.15 0.8 0.48
Hex DC 7B 19 0 2C 59 E 1E 50 30
Octal 334 173 31 0 54 131 16 36 120 60
Binary 11011100 1111011 11001 0 101100 1011001 1110 11110 1010000 110000

Color Harmonies of #DC7B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B19

Black with #DC7B19

Text Example


Text Example

White with #DC7B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B19; }

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

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

background-color css

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

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

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

border-color css

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

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

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