Html Css Color HEX #DC8053 Jaffa

📋 copy color: '#DC8053'

red 220 ◦ green 128 ◦ blue 83

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

Shades of Jaffa #DC8053

Tints of Jaffa #DC8053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.26%

R = 51.04%
G = 29.7%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC8053 (or 0xDC8053) is known color: Jaffa. HEX triplet: DC, 80 and 53. RGB value is (220,128,83). Sum of RGB (Red+Green+Blue) = 220+128+83=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8053 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8053 is #237FAC. Grayscale: #969696. Windows color (decimal): -2326445 or 5472476. OLE color: 5472476.

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

Color convert

RGB 220 128 83 -
CMYK 0 0.42 0.62 0.14
HSL 19.71º 0.66% 0.59% -
HSV(B) 19.71º 0.62% 0.86% -
XYZ 38.8 31.28 12.18 -
YUV 150.38 89.98 177.66 -
System Red Green Blue C M Y K H S L
Decimal 220 128 83 0 0.42 0.62 0.14 19.71 0.66 0.59
Hex DC 80 53 0 2A 3E E 14 42 3B
Octal 334 200 123 0 52 76 16 24 102 73
Binary 11011100 10000000 1010011 0 101010 111110 1110 10100 1000010 111011

Color Harmonies of #DC8053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8053

Black with #DC8053

Text Example


Text Example

White with #DC8053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8053; }

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

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

background-color css

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

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

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

border-color css

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

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

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