Html Css Color HEX #DC704B Jaffa

📋 copy color: '#DC704B'

red 220 ◦ green 112 ◦ blue 75

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

Shades of Jaffa #DC704B

Tints of Jaffa #DC704B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

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

R = 54.05%
G = 27.52%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC704B (or 0xDC704B) is known color: Jaffa. HEX triplet: DC, 70 and 4B. RGB value is (220,112,75). Sum of RGB (Red+Green+Blue) = 220+112+75=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 75 (29.69% from 255 or 18.43% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC704B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC704B is #238FB4. Grayscale: #8C8C8C. Windows color (decimal): -2330549 or 4944092. OLE color: 4944092.

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

Color convert

RGB 220 112 75 -
CMYK 0 0.49 0.66 0.14
HSL 15.31º 0.67% 0.58% -
HSV(B) 15.31º 0.66% 0.86% -
XYZ 36.58 27.31 10 -
YUV 140.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 220 112 75 0 0.49 0.66 0.14 15.31 0.67 0.58
Hex DC 70 4B 0 31 42 E F 43 3A
Octal 334 160 113 0 61 102 16 17 103 72
Binary 11011100 1110000 1001011 0 110001 1000010 1110 1111 1000011 111010

Color Harmonies of #DC704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC704B

Black with #DC704B

Text Example


Text Example

White with #DC704B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC704B; }

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

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

background-color css

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

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

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

border-color css

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

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

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