Html Css Color HEX #DC7B4A Jaffa

📋 copy color: '#DC7B4A'

red 220 ◦ green 123 ◦ blue 74

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

Shades of Jaffa #DC7B4A

Tints of Jaffa #DC7B4A

RGB

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

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

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

R = 52.76%
G = 29.5%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC7B4A (or 0xDC7B4A) is known color: Jaffa. HEX triplet: DC, 7B and 4A. RGB value is (220,123,74). Sum of RGB (Red+Green+Blue) = 220+123+74=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 123 (48.44% from 255 or 29.50% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B4A is #2384B5. Grayscale: #929292. Windows color (decimal): -2327734 or 4881372. OLE color: 4881372.

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

Color convert

RGB 220 123 74 -
CMYK 0 0.44 0.66 0.14
HSL 20.14º 0.68% 0.58% -
HSV(B) 20.14º 0.66% 0.86% -
XYZ 37.83 29.88 10.25 -
YUV 146.42 87.14 180.48 -
System Red Green Blue C M Y K H S L
Decimal 220 123 74 0 0.44 0.66 0.14 20.14 0.68 0.58
Hex DC 7B 4A 0 2C 42 E 14 44 3A
Octal 334 173 112 0 54 102 16 24 104 72
Binary 11011100 1111011 1001010 0 101100 1000010 1110 10100 1000100 111010

Color Harmonies of #DC7B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B4A

Black with #DC7B4A

Text Example


Text Example

White with #DC7B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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