Html Css Color HEX #DC7B16 Ochre

📋 copy color: '#DC7B16'

red 220 ◦ green 123 ◦ blue 22

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

Shades of Ochre #DC7B16

Tints of Ochre #DC7B16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.03%

R = 60.27%
G = 33.7%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DC7B16 (or 0xDC7B16) is known color: Ochre. HEX triplet: DC, 7B and 16. RGB value is (220,123,22). Sum of RGB (Red+Green+Blue) = 220+123+22=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 22 (8.98% from 255 or 6.03% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B16 is #2384E9. Grayscale: #8C8C8C. Windows color (decimal): -2327786 or 1473500. OLE color: 1473500.

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

Color convert

RGB 220 123 22 -
CMYK 0 0.44 0.9 0.14
HSL 30.61º 0.82% 0.47% -
HSV(B) 30.61º 0.9% 0.86% -
XYZ 36.74 29.44 4.5 -
YUV 140.49 61.14 184.71 -
System Red Green Blue C M Y K H S L
Decimal 220 123 22 0 0.44 0.9 0.14 30.61 0.82 0.47
Hex DC 7B 16 0 2C 5A E 1F 52 2F
Octal 334 173 26 0 54 132 16 37 122 57
Binary 11011100 1111011 10110 0 101100 1011010 1110 11111 1010010 101111

Color Harmonies of #DC7B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B16

Black with #DC7B16

Text Example


Text Example

White with #DC7B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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