Html Css Color HEX #DC763E Jaffa

📋 copy color: '#DC763E'

red 220 ◦ green 118 ◦ blue 62

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

Shades of Jaffa #DC763E

Tints of Jaffa #DC763E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.5%

R = 55%
G = 29.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.14

RGB Variations

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

Color information

#DC763E (or 0xDC763E) is known color: Jaffa. HEX triplet: DC, 76 and 3E. RGB value is (220,118,62). Sum of RGB (Red+Green+Blue) = 220+118+62=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 62 (24.61% from 255 or 15.5% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC763E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC763E is #2389C1. Grayscale: #8E8E8E. Windows color (decimal): -2329026 or 4093660. OLE color: 4093660.

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

Color convert

RGB 220 118 62 -
CMYK 0 0.46 0.72 0.14
HSL 21.27º 0.69% 0.55% -
HSV(B) 21.27º 0.72% 0.86% -
XYZ 36.86 28.52 8.12 -
YUV 142.11 82.79 183.55 -
System Red Green Blue C M Y K H S L
Decimal 220 118 62 0 0.46 0.72 0.14 21.27 0.69 0.55
Hex DC 76 3E 0 2E 48 E 15 45 37
Octal 334 166 76 0 56 110 16 25 105 67
Binary 11011100 1110110 111110 0 101110 1001000 1110 10101 1000101 110111

Color Harmonies of #DC763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC763E

Black with #DC763E

Text Example


Text Example

White with #DC763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC763E; }

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

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

background-color css

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

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

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

border-color css

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

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

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