Html Css Color HEX #DC7B15 Ochre

📋 copy color: '#DC7B15'

red 220 ◦ green 123 ◦ blue 21

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

Shades of Ochre #DC7B15

Tints of Ochre #DC7B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.77%

R = 60.44%
G = 33.79%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC7B15 (or 0xDC7B15) is known color: Ochre. HEX triplet: DC, 7B and 15. RGB value is (220,123,21). Sum of RGB (Red+Green+Blue) = 220+123+21=364 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.44% from 364); Green value is 123 (48.44% from 255 or 33.79% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DC7B15 is #2384EA. Grayscale: #8C8C8C. Windows color (decimal): -2327787 or 1407964. OLE color: 1407964.

HSL color Cylindrical-coordinate representation of color #DC7B15: hue angle of 30.75º degrees, saturation: 0.83, 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 #DC7B15 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 123 21 -
CMYK 0 0.44 0.90 0.14
HSL 30.75º 0.83% 0.47% -
HSV(B) 30.75º 0.9% 0.86% -
XYZ 36.73 29.44 4.46 -
YUV 140.38 60.64 184.79 -
System Red Green Blue C M Y K H S L
Decimal 220 123 21 0 0.44 0.90 0.14 30.75 0.83 0.47
Hex DC 7B 15 0 2C 5A E 1F 53 2F
Octal 334 173 25 0 54 132 16 37 123 57
Binary 11011100 1111011 10101 0 101100 1011010 1110 11111 1010011 101111

Color Harmonies of #DC7B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B15

Black with #DC7B15

Text Example


Text Example

White with #DC7B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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