Html Css Color HEX #DC773D Jaffa

📋 copy color: '#DC773D'

red 220 ◦ green 119 ◦ blue 61

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

Shades of Jaffa #DC773D

Tints of Jaffa #DC773D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.25%

R = 55%
G = 29.75%
B = 15.25%

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

#DC773D (or 0xDC773D) is known color: Jaffa. HEX triplet: DC, 77 and 3D. RGB value is (220,119,61). Sum of RGB (Red+Green+Blue) = 220+119+61=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 61 (24.22% from 255 or 15.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC773D is #2388C2. Grayscale: #8E8E8E. Windows color (decimal): -2328771 or 4028380. OLE color: 4028380.

HSL color Cylindrical-coordinate representation of color #DC773D: hue angle of 21.89º 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 #DC773D is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 119 61 -
CMYK 0 0.46 0.72 0.14
HSL 21.89º 0.69% 0.55% -
HSV(B) 21.89º 0.72% 0.86% -
XYZ 36.95 28.75 8.02 -
YUV 142.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 220 119 61 0 0.46 0.72 0.14 21.89 0.69 0.55
Hex DC 77 3D 0 2E 48 E 16 45 37
Octal 334 167 75 0 56 110 16 26 105 67
Binary 11011100 1110111 111101 0 101110 1001000 1110 10110 1000101 110111

Color Harmonies of #DC773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC773D

Black with #DC773D

Text Example


Text Example

White with #DC773D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC773D; }

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

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

background-color css

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

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

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

border-color css

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

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

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