Html Css Color HEX #DC784B Jaffa

📋 copy color: '#DC784B'

red 220 ◦ green 120 ◦ blue 75

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

Shades of Jaffa #DC784B

Tints of Jaffa #DC784B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.92%

 BLUE value IS 75 (29.69% from 255) = 18.07%

R = 53.01%
G = 28.92%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC784B (or 0xDC784B) is known color: Jaffa. HEX triplet: DC, 78 and 4B. RGB value is (220,120,75). Sum of RGB (Red+Green+Blue) = 220+120+75=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 75 (29.69% from 255 or 18.07% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC784B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC784B is #2387B4. Grayscale: #919191. Windows color (decimal): -2328501 or 4946140. OLE color: 4946140.

HSL color Cylindrical-coordinate representation of color #DC784B: hue angle of 18.62º degrees, saturation: 0.67, 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 #DC784B is Cyan = 0, Magento = 0.45, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 120 75 -
CMYK 0 0.45 0.66 0.14
HSL 18.62º 0.67% 0.58% -
HSV(B) 18.62º 0.66% 0.86% -
XYZ 37.5 29.16 10.31 -
YUV 144.77 88.63 181.66 -
System Red Green Blue C M Y K H S L
Decimal 220 120 75 0 0.45 0.66 0.14 18.62 0.67 0.58
Hex DC 78 4B 0 2D 42 E 13 43 3A
Octal 334 170 113 0 55 102 16 23 103 72
Binary 11011100 1111000 1001011 0 101101 1000010 1110 10011 1000011 111010

Color Harmonies of #DC784B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC784B

Black with #DC784B

Text Example


Text Example

White with #DC784B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC784B; }

 p { color: rgb(220,120,75); }

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

background-color css

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

 a { background-color: rgb(220,120,75); }

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

border-color css

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

 span { border-color: rgb(220,120,75); }

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