Html Css Color HEX #DC7B42 Jaffa

📋 copy color: '#DC7B42'

red 220 ◦ green 123 ◦ blue 66

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

Shades of Jaffa #DC7B42

Tints of Jaffa #DC7B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.14%

R = 53.79%
G = 30.07%
B = 16.14%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.7

 K value IS 0.14

RGB Variations

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

Color information

#DC7B42 (or 0xDC7B42) is known color: Jaffa. HEX triplet: DC, 7B and 42. RGB value is (220,123,66). Sum of RGB (Red+Green+Blue) = 220+123+66=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B42 is #2384BD. Grayscale: #919191. Windows color (decimal): -2327742 or 4357084. OLE color: 4357084.

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

Color convert

RGB 220 123 66 -
CMYK 0 0.44 0.7 0.14
HSL 22.21º 0.69% 0.56% -
HSV(B) 22.21º 0.7% 0.86% -
XYZ 37.58 29.77 8.92 -
YUV 145.51 83.14 181.13 -
System Red Green Blue C M Y K H S L
Decimal 220 123 66 0 0.44 0.7 0.14 22.21 0.69 0.56
Hex DC 7B 42 0 2C 46 E 16 45 38
Octal 334 173 102 0 54 106 16 26 105 70
Binary 11011100 1111011 1000010 0 101100 1000110 1110 10110 1000101 111000

Color Harmonies of #DC7B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B42

Black with #DC7B42

Text Example


Text Example

White with #DC7B42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B42; }

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

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

background-color css

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

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

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

border-color css

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

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

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