Html Css Color HEX #DC8055 Jaffa

📋 copy color: '#DC8055'

red 220 ◦ green 128 ◦ blue 85

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

Shades of Jaffa #DC8055

Tints of Jaffa #DC8055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.63%

R = 50.81%
G = 29.56%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC8055 (or 0xDC8055) is known color: Jaffa. HEX triplet: DC, 80 and 55. RGB value is (220,128,85). Sum of RGB (Red+Green+Blue) = 220+128+85=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 128 (50.39% from 255 or 29.56% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8055 is #237FAA. Grayscale: #969696. Windows color (decimal): -2326443 or 5603548. OLE color: 5603548.

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

Color convert

RGB 220 128 85 -
CMYK 0 0.42 0.61 0.14
HSL 19.11º 0.66% 0.6% -
HSV(B) 19.11º 0.61% 0.86% -
XYZ 38.87 31.31 12.59 -
YUV 150.61 90.98 177.5 -
System Red Green Blue C M Y K H S L
Decimal 220 128 85 0 0.42 0.61 0.14 19.11 0.66 0.6
Hex DC 80 55 0 2A 3D E 13 42 3C
Octal 334 200 125 0 52 75 16 23 102 74
Binary 11011100 10000000 1010101 0 101010 111101 1110 10011 1000010 111100

Color Harmonies of #DC8055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8055

Black with #DC8055

Text Example


Text Example

White with #DC8055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8055; }

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

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

background-color css

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

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

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

border-color css

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

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

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