Html Css Color HEX #DC763C Jaffa

📋 copy color: '#DC763C'

red 220 ◦ green 118 ◦ blue 60

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

Shades of Jaffa #DC763C

Tints of Jaffa #DC763C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.65%

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 55.28%
G = 29.65%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DC763C (or 0xDC763C) is known color: Jaffa. HEX triplet: DC, 76 and 3C. RGB value is (220,118,60). Sum of RGB (Red+Green+Blue) = 220+118+60=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 118 (46.48% from 255 or 29.65% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC763C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC763C is #2389C3. Grayscale: #8E8E8E. Windows color (decimal): -2329028 or 3962588. OLE color: 3962588.

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

Color convert

RGB 220 118 60 -
CMYK 0 0.46 0.73 0.14
HSL 21.75º 0.7% 0.55% -
HSV(B) 21.75º 0.73% 0.86% -
XYZ 36.81 28.5 7.84 -
YUV 141.89 81.79 183.72 -
System Red Green Blue C M Y K H S L
Decimal 220 118 60 0 0.46 0.73 0.14 21.75 0.7 0.55
Hex DC 76 3C 0 2E 49 E 16 46 37
Octal 334 166 74 0 56 111 16 26 106 67
Binary 11011100 1110110 111100 0 101110 1001001 1110 10110 1000110 110111

Color Harmonies of #DC763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC763C

Black with #DC763C

Text Example


Text Example

White with #DC763C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC763C; }

 p { color: rgb(220,118,60); }

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

background-color css

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

 a { background-color: rgb(220,118,60); }

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

border-color css

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

 span { border-color: rgb(220,118,60); }

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