Html Css Color HEX #DC7B13 Ochre

📋 copy color: '#DC7B13'

red 220 ◦ green 123 ◦ blue 19

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

Shades of Ochre #DC7B13

Tints of Ochre #DC7B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.25%

R = 60.77%
G = 33.98%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC7B13 (or 0xDC7B13) is known color: Ochre. HEX triplet: DC, 7B and 13. RGB value is (220,123,19). Sum of RGB (Red+Green+Blue) = 220+123+19=362 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.77% from 362); Green value is 123 (48.44% from 255 or 33.98% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B13 is #2384EC. Grayscale: #8C8C8C. Windows color (decimal): -2327789 or 1276892. OLE color: 1276892.

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

Color convert

RGB 220 123 19 -
CMYK 0 0.44 0.91 0.14
HSL 31.04º 0.84% 0.47% -
HSV(B) 31.04º 0.91% 0.86% -
XYZ 36.72 29.43 4.36 -
YUV 140.15 59.64 184.96 -
System Red Green Blue C M Y K H S L
Decimal 220 123 19 0 0.44 0.91 0.14 31.04 0.84 0.47
Hex DC 7B 13 0 2C 5B E 1F 54 2F
Octal 334 173 23 0 54 133 16 37 124 57
Binary 11011100 1111011 10011 0 101100 1011011 1110 11111 1010100 101111

Color Harmonies of #DC7B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B13

Black with #DC7B13

Text Example


Text Example

White with #DC7B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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