Html Css Color HEX #DC8051 Jaffa

📋 copy color: '#DC8051'

red 220 ◦ green 128 ◦ blue 81

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

Shades of Jaffa #DC8051

Tints of Jaffa #DC8051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.88%

R = 51.28%
G = 29.84%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#DC8051 (or 0xDC8051) is known color: Jaffa. HEX triplet: DC, 80 and 51. RGB value is (220,128,81). Sum of RGB (Red+Green+Blue) = 220+128+81=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 81 (32.03% from 255 or 18.88% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8051 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8051 is #237FAE. Grayscale: #969696. Windows color (decimal): -2326447 or 5341404. OLE color: 5341404.

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

Color convert

RGB 220 128 81 -
CMYK 0 0.42 0.63 0.14
HSL 20.29º 0.67% 0.59% -
HSV(B) 20.29º 0.63% 0.86% -
XYZ 38.72 31.25 11.78 -
YUV 150.15 88.98 177.82 -
System Red Green Blue C M Y K H S L
Decimal 220 128 81 0 0.42 0.63 0.14 20.29 0.67 0.59
Hex DC 80 51 0 2A 3F E 14 43 3B
Octal 334 200 121 0 52 77 16 24 103 73
Binary 11011100 10000000 1010001 0 101010 111111 1110 10100 1000011 111011

Color Harmonies of #DC8051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8051

Black with #DC8051

Text Example


Text Example

White with #DC8051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8051; }

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

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

background-color css

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

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

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

border-color css

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

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

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