Html Css Color HEX #DC7B4F Jaffa

📋 copy color: '#DC7B4F'

red 220 ◦ green 123 ◦ blue 79

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

Shades of Jaffa #DC7B4F

Tints of Jaffa #DC7B4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.72%

R = 52.13%
G = 29.15%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC7B4F (or 0xDC7B4F) is known color: Jaffa. HEX triplet: DC, 7B and 4F. RGB value is (220,123,79). Sum of RGB (Red+Green+Blue) = 220+123+79=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7B4F is #2384B0. Grayscale: #939393. Windows color (decimal): -2327729 or 5209052. OLE color: 5209052.

HSL color Cylindrical-coordinate representation of color #DC7B4F: hue angle of 18.72º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DC7B4F is Cyan = 0, Magento = 0.44, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 123 79 -
CMYK 0 0.44 0.64 0.14
HSL 18.72º 0.67% 0.59% -
HSV(B) 18.72º 0.64% 0.86% -
XYZ 38.01 29.95 11.17 -
YUV 146.99 89.64 180.08 -
System Red Green Blue C M Y K H S L
Decimal 220 123 79 0 0.44 0.64 0.14 18.72 0.67 0.59
Hex DC 7B 4F 0 2C 40 E 13 43 3B
Octal 334 173 117 0 54 100 16 23 103 73
Binary 11011100 1111011 1001111 0 101100 1000000 1110 10011 1000011 111011

Color Harmonies of #DC7B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B4F

Black with #DC7B4F

Text Example


Text Example

White with #DC7B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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