Html Css Color HEX #DC801D Ochre

📋 copy color: '#DC801D'

red 220 ◦ green 128 ◦ blue 29

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

Shades of Ochre #DC801D

Tints of Ochre #DC801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.95%

 BLUE value IS 29 (11.72% from 255) = 7.69%

R = 58.36%
G = 33.95%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC801D (or 0xDC801D) is known color: Ochre. HEX triplet: DC, 80 and 1D. RGB value is (220,128,29). Sum of RGB (Red+Green+Blue) = 220+128+29=377 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.36% from 377); Green value is 128 (50.39% from 255 or 33.95% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 220 - color contains mainly: red. Hex color #DC801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC801D is #237FE2. Grayscale: #909090. Windows color (decimal): -2326499 or 1933532. OLE color: 1933532.

HSL color Cylindrical-coordinate representation of color #DC801D: hue angle of 31.1º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC801D is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 128 29 -
CMYK 0 0.42 0.87 0.14
HSL 31.1º 0.77% 0.49% -
HSV(B) 31.1º 0.87% 0.86% -
XYZ 37.46 30.74 5.12 -
YUV 144.22 62.98 182.05 -
System Red Green Blue C M Y K H S L
Decimal 220 128 29 0 0.42 0.87 0.14 31.1 0.77 0.49
Hex DC 80 1D 0 2A 57 E 1F 4D 31
Octal 334 200 35 0 52 127 16 37 115 61
Binary 11011100 10000000 11101 0 101010 1010111 1110 11111 1001101 110001

Color Harmonies of #DC801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC801D

Black with #DC801D

Text Example


Text Example

White with #DC801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC801D; }

 p { color: rgb(220,128,29); }

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

background-color css

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

 a { background-color: rgb(220,128,29); }

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

border-color css

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

 span { border-color: rgb(220,128,29); }

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