Html Css Color HEX #DC7B3F Jaffa

📋 copy color: '#DC7B3F'

red 220 ◦ green 123 ◦ blue 63

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

Shades of Jaffa #DC7B3F

Tints of Jaffa #DC7B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.52%

R = 54.19%
G = 30.3%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DC7B3F (or 0xDC7B3F) is known color: Jaffa. HEX triplet: DC, 7B and 3F. RGB value is (220,123,63). Sum of RGB (Red+Green+Blue) = 220+123+63=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC7B3F is #2384C0. Grayscale: #919191. Windows color (decimal): -2327745 or 4160476. OLE color: 4160476.

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

Color convert

RGB 220 123 63 -
CMYK 0 0.44 0.71 0.14
HSL 22.93º 0.69% 0.55% -
HSV(B) 22.93º 0.71% 0.86% -
XYZ 37.5 29.74 8.47 -
YUV 145.16 81.64 181.38 -
System Red Green Blue C M Y K H S L
Decimal 220 123 63 0 0.44 0.71 0.14 22.93 0.69 0.55
Hex DC 7B 3F 0 2C 47 E 17 45 37
Octal 334 173 77 0 54 107 16 27 105 67
Binary 11011100 1111011 111111 0 101100 1000111 1110 10111 1000101 110111

Color Harmonies of #DC7B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7B3F

Black with #DC7B3F

Text Example


Text Example

White with #DC7B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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