Html Css Color HEX #DC804A Jaffa

📋 copy color: '#DC804A'

red 220 ◦ green 128 ◦ blue 74

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

Shades of Jaffa #DC804A

Tints of Jaffa #DC804A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.54%

R = 52.13%
G = 30.33%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC804A (or 0xDC804A) is known color: Jaffa. HEX triplet: DC, 80 and 4A. RGB value is (220,128,74). Sum of RGB (Red+Green+Blue) = 220+128+74=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC804A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DC804A is #237FB5. Grayscale: #959595. Windows color (decimal): -2326454 or 4882652. OLE color: 4882652.

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

Color convert

RGB 220 128 74 -
CMYK 0 0.42 0.66 0.14
HSL 22.19º 0.68% 0.58% -
HSV(B) 22.19º 0.66% 0.86% -
XYZ 38.47 31.15 10.46 -
YUV 149.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 220 128 74 0 0.42 0.66 0.14 22.19 0.68 0.58
Hex DC 80 4A 0 2A 42 E 16 44 3A
Octal 334 200 112 0 52 102 16 26 104 72
Binary 11011100 10000000 1001010 0 101010 1000010 1110 10110 1000100 111010

Color Harmonies of #DC804A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC804A

Black with #DC804A

Text Example


Text Example

White with #DC804A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC804A; }

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

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

background-color css

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

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

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

border-color css

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

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

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