Html Css Color HEX #DC734C Jaffa

📋 copy color: '#DC734C'

red 220 ◦ green 115 ◦ blue 76

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

Shades of Jaffa #DC734C

Tints of Jaffa #DC734C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.98%

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

R = 53.53%
G = 27.98%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC734C (or 0xDC734C) is known color: Jaffa. HEX triplet: DC, 73 and 4C. RGB value is (220,115,76). Sum of RGB (Red+Green+Blue) = 220+115+76=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 76 (30.08% from 255 or 18.49% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC734C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC734C is #238CB3. Grayscale: #8E8E8E. Windows color (decimal): -2329780 or 5010396. OLE color: 5010396.

HSL color Cylindrical-coordinate representation of color #DC734C: hue angle of 16.25º 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 #DC734C is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 115 76 -
CMYK 0 0.48 0.65 0.14
HSL 16.25º 0.67% 0.58% -
HSV(B) 16.25º 0.65% 0.86% -
XYZ 36.95 28 10.29 -
YUV 141.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 220 115 76 0 0.48 0.65 0.14 16.25 0.67 0.58
Hex DC 73 4C 0 30 41 E 10 43 3A
Octal 334 163 114 0 60 101 16 20 103 72
Binary 11011100 1110011 1001100 0 110000 1000001 1110 10000 1000011 111010

Color Harmonies of #DC734C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC734C

Black with #DC734C

Text Example


Text Example

White with #DC734C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC734C; }

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

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

background-color css

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

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

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

border-color css

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

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

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