Html Css Color HEX #DC774C Jaffa

📋 copy color: '#DC774C'

red 220 ◦ green 119 ◦ blue 76

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

Shades of Jaffa #DC774C

Tints of Jaffa #DC774C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.67%

 BLUE value IS 76 (30.08% from 255) = 18.31%

R = 53.01%
G = 28.67%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#DC774C (or 0xDC774C) is known color: Jaffa. HEX triplet: DC, 77 and 4C. RGB value is (220,119,76). Sum of RGB (Red+Green+Blue) = 220+119+76=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 76 (30.08% from 255 or 18.31% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC774C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC774C is #2388B3. Grayscale: #909090. Windows color (decimal): -2328756 or 5011420. OLE color: 5011420.

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

Color convert

RGB 220 119 76 -
CMYK 0 0.46 0.65 0.14
HSL 17.92º 0.67% 0.58% -
HSV(B) 17.92º 0.65% 0.86% -
XYZ 37.42 28.93 10.45 -
YUV 144.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 220 119 76 0 0.46 0.65 0.14 17.92 0.67 0.58
Hex DC 77 4C 0 2E 41 E 12 43 3A
Octal 334 167 114 0 56 101 16 22 103 72
Binary 11011100 1110111 1001100 0 101110 1000001 1110 10010 1000011 111010

Color Harmonies of #DC774C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC774C

Black with #DC774C

Text Example


Text Example

White with #DC774C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC774C; }

 p { color: rgb(220,119,76); }

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

background-color css

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

 a { background-color: rgb(220,119,76); }

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

border-color css

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

 span { border-color: rgb(220,119,76); }

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