Html Css Color HEX #DC754C Jaffa

📋 copy color: '#DC754C'

red 220 ◦ green 117 ◦ blue 76

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

Shades of Jaffa #DC754C

Tints of Jaffa #DC754C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.33%

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 53.27%
G = 28.33%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC754C (or 0xDC754C) is known color: Jaffa. HEX triplet: DC, 75 and 4C. RGB value is (220,117,76). Sum of RGB (Red+Green+Blue) = 220+117+76=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC754C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC754C is #238AB3. Grayscale: #8F8F8F. Windows color (decimal): -2329268 or 5010908. OLE color: 5010908.

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

Color convert

RGB 220 117 76 -
CMYK 0 0.47 0.65 0.14
HSL 17.08º 0.67% 0.58% -
HSV(B) 17.08º 0.65% 0.86% -
XYZ 37.18 28.46 10.37 -
YUV 143.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 220 117 76 0 0.47 0.65 0.14 17.08 0.67 0.58
Hex DC 75 4C 0 2F 41 E 11 43 3A
Octal 334 165 114 0 57 101 16 21 103 72
Binary 11011100 1110101 1001100 0 101111 1000001 1110 10001 1000011 111010

Color Harmonies of #DC754C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC754C

Black with #DC754C

Text Example


Text Example

White with #DC754C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC754C; }

 p { color: rgb(220,117,76); }

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

background-color css

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

 a { background-color: rgb(220,117,76); }

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

border-color css

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

 span { border-color: rgb(220,117,76); }

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