Html Css Color HEX #DC7F18 Ochre

📋 copy color: '#DC7F18'

red 220 ◦ green 127 ◦ blue 24

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

Shades of Ochre #DC7F18

Tints of Ochre #DC7F18

RGB

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

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

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

R = 59.3%
G = 34.23%
B = 6.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC7F18 (or 0xDC7F18) is known color: Ochre. HEX triplet: DC, 7F and 18. RGB value is (220,127,24). Sum of RGB (Red+Green+Blue) = 220+127+24=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7F18 is #2380E7. Grayscale: #8F8F8F. Windows color (decimal): -2326760 or 1605596. OLE color: 1605596.

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

Color convert

RGB 220 127 24 -
CMYK 0 0.42 0.89 0.14
HSL 31.53º 0.8% 0.48% -
HSV(B) 31.53º 0.89% 0.86% -
XYZ 37.27 30.46 4.78 -
YUV 143.07 60.81 182.88 -
System Red Green Blue C M Y K H S L
Decimal 220 127 24 0 0.42 0.89 0.14 31.53 0.8 0.48
Hex DC 7F 18 0 2A 59 E 20 50 30
Octal 334 177 30 0 52 131 16 40 120 60
Binary 11011100 1111111 11000 0 101010 1011001 1110 100000 1010000 110000

Color Harmonies of #DC7F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F18

Black with #DC7F18

Text Example


Text Example

White with #DC7F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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