Html Css Color HEX #DC7B4C Jaffa

📋 copy color: '#DC7B4C'

red 220 ◦ green 123 ◦ blue 76

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

Shades of Jaffa #DC7B4C

Tints of Jaffa #DC7B4C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.36%

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

R = 52.51%
G = 29.36%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC7B4C (or 0xDC7B4C) is known color: Jaffa. HEX triplet: DC, 7B and 4C. RGB value is (220,123,76). Sum of RGB (Red+Green+Blue) = 220+123+76=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B4C is #2384B3. Grayscale: #929292. Windows color (decimal): -2327732 or 5012444. OLE color: 5012444.

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

Color convert

RGB 220 123 76 -
CMYK 0 0.44 0.65 0.14
HSL 19.58º 0.67% 0.58% -
HSV(B) 19.58º 0.65% 0.86% -
XYZ 37.9 29.9 10.61 -
YUV 146.65 88.14 180.32 -
System Red Green Blue C M Y K H S L
Decimal 220 123 76 0 0.44 0.65 0.14 19.58 0.67 0.58
Hex DC 7B 4C 0 2C 41 E 14 43 3A
Octal 334 173 114 0 54 101 16 24 103 72
Binary 11011100 1111011 1001100 0 101100 1000001 1110 10100 1000011 111010

Color Harmonies of #DC7B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B4C

Black with #DC7B4C

Text Example


Text Example

White with #DC7B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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