Html Css Color HEX #DC734A Jaffa

📋 copy color: '#DC734A'

red 220 ◦ green 115 ◦ blue 74

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

Shades of Jaffa #DC734A

Tints of Jaffa #DC734A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.09%

R = 53.79%
G = 28.12%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC734A (or 0xDC734A) is known color: Jaffa. HEX triplet: DC, 73 and 4A. RGB value is (220,115,74). Sum of RGB (Red+Green+Blue) = 220+115+74=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC734A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC734A is #238CB5. Grayscale: #8D8D8D. Windows color (decimal): -2329782 or 4879324. OLE color: 4879324.

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

Color convert

RGB 220 115 74 -
CMYK 0 0.48 0.66 0.14
HSL 16.85º 0.68% 0.58% -
HSV(B) 16.85º 0.66% 0.86% -
XYZ 36.88 27.97 9.93 -
YUV 141.72 89.79 183.83 -
System Red Green Blue C M Y K H S L
Decimal 220 115 74 0 0.48 0.66 0.14 16.85 0.68 0.58
Hex DC 73 4A 0 30 42 E 11 44 3A
Octal 334 163 112 0 60 102 16 21 104 72
Binary 11011100 1110011 1001010 0 110000 1000010 1110 10001 1000100 111010

Color Harmonies of #DC734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC734A

Black with #DC734A

Text Example


Text Example

White with #DC734A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC734A; }

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

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

background-color css

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

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

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

border-color css

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

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

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