Html Css Color HEX #DC764A Jaffa

📋 copy color: '#DC764A'

red 220 ◦ green 118 ◦ blue 74

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

Shades of Jaffa #DC764A

Tints of Jaffa #DC764A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.96%

R = 53.4%
G = 28.64%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#DC764A (or 0xDC764A) is known color: Jaffa. HEX triplet: DC, 76 and 4A. RGB value is (220,118,74). Sum of RGB (Red+Green+Blue) = 220+118+74=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 118 (46.48% from 255 or 28.64% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC764A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC764A is #2389B5. Grayscale: #8F8F8F. Windows color (decimal): -2329014 or 4880092. OLE color: 4880092.

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

Color convert

RGB 220 118 74 -
CMYK 0 0.46 0.66 0.14
HSL 18.08º 0.68% 0.58% -
HSV(B) 18.08º 0.66% 0.86% -
XYZ 37.23 28.67 10.05 -
YUV 143.48 88.79 182.58 -
System Red Green Blue C M Y K H S L
Decimal 220 118 74 0 0.46 0.66 0.14 18.08 0.68 0.58
Hex DC 76 4A 0 2E 42 E 12 44 3A
Octal 334 166 112 0 56 102 16 22 104 72
Binary 11011100 1110110 1001010 0 101110 1000010 1110 10010 1000100 111010

Color Harmonies of #DC764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC764A

Black with #DC764A

Text Example


Text Example

White with #DC764A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC764A; }

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

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

background-color css

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

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

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

border-color css

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

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

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